We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c835 commit 57c1c24Copy full SHA for 57c1c24
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
version: "latest"
44
45
- name: Publish to TestPyPI
46
- run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }}
+ run: uv publish --publish-url https://test.pypi.org/legacy/
47
48
pypi:
49
runs-on: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: Publish to PyPI
66
- run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
+ run: uv publish
67
68
github-release:
69
0 commit comments