File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
82
82
# Do a dry run of PSR
83
83
- name : Test release
84
- uses : python-semantic-release/python-semantic-release@v9
84
+ uses : python-semantic-release/python-semantic-release@v10
85
85
with :
86
86
root_options : --noop
87
87
github_token : noop
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
# On main branch: actual PSR + upload to PyPI & GitHub
115
115
- name : Release
116
- uses : python-semantic-release/python-semantic-release@v9
116
+ uses : python-semantic-release/python-semantic-release@v10
117
117
id : release
118
118
with :
119
119
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129
129
if : steps.release.outputs.released == 'true'
130
130
131
131
- name : Publish package distributions to GitHub Releases
132
- uses : python-semantic-release/publish-action@v9
132
+ uses : python-semantic-release/publish-action@v10
133
133
if : steps.release.outputs.released == 'true'
134
134
with :
135
135
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments