Skip to content

Commit 2b5f604

Browse files
committed
Switch to production pypi
1 parent 385e7f1 commit 2b5f604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
user: __token__
8888
# To test:
89-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
90-
repository-url: https://test.pypi.org/legacy/
89+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
90+
# repository-url: https://test.pypi.org/legacy/
9191
# To release:
92-
# password: ${{ secrets.PYPI_API_TOKEN }}
92+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)