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 c0e331a commit 28dd170Copy full SHA for 28dd170
.github/workflows/ci.yml
@@ -179,5 +179,5 @@ jobs:
179
uses: pypa/gh-action-pypi-publish@release/v1
180
with:
181
user: __token__
182
- password: ${{ secrets.PYPI_TEST_API_TOKEN }}
183
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.PYPI_API_TOKEN }}
+ repository_url: https://pypi.org/legacy/
0 commit comments