Skip to content

Commit d279f70

Browse files
authored
Update python-publish.yml
1 parent c4a866f commit d279f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
python setup.py sdist bdist_wheel ${{ github.event.release.tag_name }}
30+
python setup.py sdist bdist_wheel "${{ github.event.release.tag_name }}"
3131
twine upload dist/*

0 commit comments

Comments
 (0)