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 649e1b5 commit d03037fCopy full SHA for d03037f
.github/workflows/ci.yml
@@ -85,14 +85,14 @@ jobs:
85
86
# Do a dry run of PSR
87
- name: Test release
88
- uses: python-semantic-release/python-semantic-release@v9.20.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
89
if: github.ref_name != 'main'
90
with:
91
root_options: --noop
92
93
# On main branch: actual PSR + upload to PyPI & GitHub
94
- name: Release
95
96
id: release
97
if: github.ref_name == 'main'
98
0 commit comments