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 22ff699 commit cb316d7Copy full SHA for cb316d7
.github/workflows/publish-to-pypi.yml
@@ -34,5 +34,5 @@ jobs:
34
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35
run: |
36
python setup.py sdist bdist_wheel
37
- twine upload dist/
+ twine upload dist/*
38
0 commit comments