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 385e7f1 commit 2b5f604Copy full SHA for 2b5f604
.github/workflows/pypi.yml
@@ -86,7 +86,7 @@ jobs:
86
with:
87
user: __token__
88
# To test:
89
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
90
- repository-url: https://test.pypi.org/legacy/
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ # repository-url: https://test.pypi.org/legacy/
91
# To release:
92
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments