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 9ef66da commit 902728cCopy full SHA for 902728c
.github/workflows/pypi-release.yml
@@ -34,4 +34,4 @@ jobs:
34
password=${{ secrets.PYPI_TOKEN }}
35
EOF
36
- run: |
37
- twine upload --repository testpypi dist/*.tar.gz
+ twine upload --repository pypi dist/*.tar.gz
0 commit comments