We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220fde commit aa08ed5Copy full SHA for aa08ed5
.github/workflows/pypi-publish.yml
@@ -47,4 +47,4 @@ jobs:
47
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
48
run: |
49
pip install twine
50
- twine upload --repository testpypi --verbose dist/*
+ twine upload dist/*
0 commit comments