We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc1749 + a4387b9 commit 776fa66Copy full SHA for 776fa66
.github/workflows/release.yml
@@ -27,4 +27,4 @@ jobs:
27
TWINE_USERNAME: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
29
run: |
30
- twine upload dist/*.whl
+ twine upload dist/*
0 commit comments