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.
repository-url
1 parent d1e05f3 commit 5cc9904Copy full SHA for 5cc9904
.github/workflows/publish.yml
@@ -34,4 +34,4 @@ jobs:
34
35
run: |
36
python setup.py sdist bdist_wheel
37
- twine upload dist/*
+ twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
0 commit comments