Skip to content

Commit 566df2e

Browse files
committed
Merge branch 'main' of https://github.com/AmirPupko/pandas-to-sql into main
2 parents a526777 + d279f70 commit 566df2e

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)