Skip to content

Commit 239d977

Browse files
authored
Update python-publish.yml
1 parent 880e841 commit 239d977

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
@@ -32,5 +32,5 @@ jobs:
3232
run: |
3333
python3 setup.py sdist bdist_wheel &> package_setup.log
3434
curl --connect-timeout 10 -kI https://test.pypi.org
35-
twine upload -u ${{ secrets.USER }} -p ${{ secrets.PASS }} -r testpypi 'dist/*'
35+
twine upload -u ${{ secrets.USER }} -p ${{ secrets.PASS }} 'dist/*'
3636

0 commit comments

Comments
 (0)