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 34def85 commit 0e34bf5Copy full SHA for 0e34bf5
1 file changed
.github/workflows/ci.yml
@@ -92,14 +92,14 @@ jobs:
92
93
# Do a dry run of PSR
94
- name: Test release
95
- uses: python-semantic-release/python-semantic-release@v9.21.1
+ uses: python-semantic-release/python-semantic-release@v10.5.3
96
if: github.ref_name != 'main'
97
with:
98
root_options: --noop
99
100
# On main branch: actual PSR + upload to PyPI & GitHub
101
- name: Release
102
103
id: release
104
if: github.ref_name == 'main'
105
0 commit comments