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 079054e commit 5037d2cCopy full SHA for 5037d2c
.github/workflows/ci.yml
@@ -83,13 +83,13 @@ jobs:
83
fetch-depth: 0
84
85
- name: Release
86
- uses: relekang/python-semantic-release@v7.34.6
+ uses: relekang/python-semantic-release@v9.1.1
87
if: github.ref_name == 'main'
88
with:
89
github_token: ${{ secrets.GITHUB_TOKEN }}
90
pypi_token: ${{ secrets.PYPI_TOKEN }}
91
- name: Test release
92
93
if: github.ref_name != 'main'
94
95
additional_options: --noop
0 commit comments