Skip to content

Commit 7f66061

Browse files
committed
Update publish step from test.pypi.org to pypi.org
1 parent cbf19b7 commit 7f66061

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish_pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
run: uv build
3636

3737
- name: Publish
38-
run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_TOKEN }}
38+
# run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_TOKEN }}
39+
run: uv publish --token ${{ secrets.PROD_PYPI_TOKEN }}

0 commit comments

Comments
 (0)