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 52814b7 commit 0bee4bbCopy full SHA for 0bee4bb
.github/workflows/publish-to-pypi.yml
@@ -55,11 +55,11 @@ jobs:
55
- name: Publish to Test PyPI
56
uses: pypa/gh-action-pypi-publish@v1.4.2
57
with:
58
- password: ${{ secrets.test_pypi_password }}
+ 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_password }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments