We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf19b7 commit 7f66061Copy full SHA for 7f66061
1 file changed
.github/workflows/publish_pypi.yml
@@ -35,4 +35,5 @@ jobs:
35
run: uv build
36
37
- name: Publish
38
- run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_TOKEN }}
+ # 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