We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae933fa commit cee93a4Copy full SHA for cee93a4
.github/workflows/publish-to-pypi.yml
@@ -53,13 +53,13 @@ jobs:
53
ls -lh dist/
54
55
- name: Publish to Test PyPI
56
- uses: pypa/gh-action-pypi-publish@v1.7.1
+ uses: pypa/gh-action-pypi-publish@v1.8.1
57
with:
58
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
59
repository-url: https://test.pypi.org/legacy/
60
61
- name: Publish to PyPI
62
if: startsWith(github.ref, 'refs/tags')
63
64
65
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments