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 3be6e46 commit 7be20a1Copy full SHA for 7be20a1
.github/workflows/python-publish.yml
@@ -28,4 +28,4 @@ jobs:
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
python setup.py sdist bdist_wheel
31
- twine upload dist/*
+ twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
0 commit comments