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 3f1462b commit 11e7b0aCopy full SHA for 11e7b0a
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: pypa/gh-action-pypi-publish@release/v1
99
if: steps.release.outputs.released == 'true'
100
- name: Publish package distributions to GitHub Releases
101
- uses: python-semantic-release/publish-action@v9
+ uses: python-semantic-release/publish-action@v10
102
103
with:
104
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments