Skip to content

Commit 3c29b59

Browse files
authored
Update python-publish.yml
1 parent dd685a7 commit 3c29b59

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
@@ -35,4 +35,4 @@ jobs:
3535
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
run: |
3737
python setup.py sdist bdist_wheel
38-
twine upload -r testpypi dist/*
38+
twine upload dist/*

0 commit comments

Comments
 (0)