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 @@ -87,15 +87,15 @@ jobs:
87
87
88
88
# Do a dry run of PSR
89
89
- name : Test release
90
- uses : python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
90
+ uses : python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10
91
91
if : github.ref_name != 'main'
92
92
with :
93
93
root_options : --noop
94
94
github_token : noop
95
95
96
96
# On main branch: actual PSR + upload to PyPI & GitHub
97
97
- name : Release
98
- uses : python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
98
+ uses : python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10
99
99
id : release
100
100
if : github.ref_name == 'main'
101
101
with :
You can’t perform that action at this time.
0 commit comments