Skip to content

Commit 8a3a739

Browse files
authored
CI: Use the main pypi repository instead of testpypi
1 parent 9d2ae44 commit 8a3a739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
env:
5959
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
6060
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
61-
run: twine upload --repository testpypi --skip-existing --verbose wheelhouse/*.whl
61+
run: twine upload --repository pypi --skip-existing --verbose wheelhouse/*.whl

0 commit comments

Comments
 (0)