File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ jobs:
86
86
87
87
# Do a dry run of PSR
88
88
- name : Test release
89
- uses : python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
89
+ uses : python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
90
90
if : github.ref_name != 'main'
91
91
with :
92
92
root_options : --noop
93
93
github_token : noop
94
94
95
95
# On main branch: actual PSR + upload to PyPI & GitHub
96
96
- name : Release
97
- uses : python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
97
+ uses : python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
98
98
id : release
99
99
if : github.ref_name == 'main'
100
100
with :
You can’t perform that action at this time.
0 commit comments