We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32990c3 + 1b188f5 commit 2819e4dCopy full SHA for 2819e4d
.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.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
36
with:
37
password: ${{ secrets.PYPI_API_TOKEN }}
38
verbose: true
0 commit comments