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 1979321 commit 59c26f2Copy full SHA for 59c26f2
.github/workflows/publish_to_test.yml
@@ -39,5 +39,5 @@ jobs:
39
uses: pypa/gh-action-pypi-publish@release/v1
40
with:
41
skip_existing: true
42
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
43
repository_url: https://test.pypi.org/legacy/
0 commit comments