We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c02b1f commit a06df79Copy full SHA for a06df79
.github/workflows/ci.yml
@@ -134,14 +134,14 @@ jobs:
134
135
# Do a dry run of PSR
136
- name: Test release
137
- uses: python-semantic-release/python-semantic-release@v9.17.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
138
if: github.ref_name != 'master'
139
with:
140
root_options: --noop
141
142
# On main branch: actual PSR + upload to PyPI & GitHub
143
- name: Release
144
145
id: release
146
if: github.ref_name == 'master'
147
0 commit comments