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.
2 parents a0f5388 + f5592c8 commit 596f89bCopy full SHA for 596f89b
.github/workflows/python-publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
# This condition prevents PRs from being published as part of
33
# the test job.
34
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
35
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
36
with:
37
password: ${{ secrets.PYPI_API_TOKEN }}
38
verbose: true
0 commit comments