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 cfa97d3 commit 0a31290Copy full SHA for 0a31290
.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