We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ba98b commit 31454d9Copy full SHA for 31454d9
.github/workflows/pypi.yaml
@@ -24,5 +24,7 @@ jobs:
24
uses: pypa/gh-action-pypi-publish@release/v1
25
with:
26
user: __token__
27
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
28
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.PYPI_API_TOKEN }}
+ # Uncomment to use pypi test repo
29
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30
+ # repository_url: https://test.pypi.org/legacy
0 commit comments