We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b63902 commit a911b36Copy full SHA for a911b36
.github/workflows/publish-to-pypi.yml
@@ -23,6 +23,7 @@ jobs:
23
env:
24
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
25
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
26
+ TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
27
run: |
28
python setup.py sdist
29
twine upload dist/*
0 commit comments