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 2faa331 commit 22e8675Copy full SHA for 22e8675
.github/workflows/pypi.yml
@@ -40,7 +40,7 @@ jobs:
40
repository_url: https://test.pypi.org/legacy/
41
42
- if: startsWith(github.ref, 'refs/tags')
43
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1.12.4
44
with:
45
password: ${{ secrets.PYPI_API_TOKEN }}
46
0 commit comments