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