Skip to content

Commit 7be20a1

Browse files
authored
Update python-publish.yml
1 parent 3be6e46 commit 7be20a1

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
@@ -28,4 +28,4 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload dist/*
31+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)