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