File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99 - develop
1010
1111permissions :
12- contents : read
12+ contents : write
1313
1414jobs :
1515 deploy :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Upload Python Package to test.pypi.org
66on : [pull_request]
77
88permissions :
9- contents : read
9+ contents : write
1010
1111jobs :
1212 test-deploy :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131- Update [ modules submodule] ( modules ) to ` 1.3.0 `
3232- Line breaks are no longer used in this changelog for enumerations
3333- Issues are referenced as ` #123 ` instead of ` [#123][ref-issue-123] ` to avoid explicit references at the bottom or some other location in the file
34+ - Scope of contents permissions in release and test release workflow is now ` write ` to use auto release creation
3435
3536### Fixed
3637- Typo in [ RTU client example script] ( examples/rtu_client_example.py )
You can’t perform that action at this time.
0 commit comments