We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c415d0 commit 3320699Copy full SHA for 3320699
1 file changed
.github/workflows/test-python-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
username: __token__
38
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_TEST_TOKEN }}
39
repository_url: https://test.pypi.org/legacy/
0 commit comments