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.
2 parents a526777 + d279f70 commit 566df2eCopy full SHA for 566df2e
.github/workflows/python-publish.yml
@@ -27,5 +27,5 @@ jobs:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
- python setup.py sdist bdist_wheel ${{ github.event.release.tag_name }}
+ python setup.py sdist bdist_wheel "${{ github.event.release.tag_name }}"
31
twine upload dist/*
0 commit comments