Skip to content

Commit 2453487

Browse files
authored
Update python-publish.yml
1 parent 4563488 commit 2453487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2525
run: |
2626
python setup.py sdist bdist_wheel
27-
twine upload --skip-existing dist/*
27+
twine upload dist/*
2828

0 commit comments

Comments
 (0)