Skip to content

Commit 902728c

Browse files
committed
Point to PyPI repo, not TestPyPI, on release
1 parent 9ef66da commit 902728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
password=${{ secrets.PYPI_TOKEN }}
3535
EOF
3636
- run: |
37-
twine upload --repository testpypi dist/*.tar.gz
37+
twine upload --repository pypi dist/*.tar.gz

0 commit comments

Comments
 (0)