Skip to content

Commit d271ca5

Browse files
authored
Update python-test-publish.yml
1 parent 966e23b commit d271ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3535
run: |
3636
python setup.py sdist bdist_wheel
37-
twine upload dist/*
37+
twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)