We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f642b commit 5c69425Copy full SHA for 5c69425
.github/workflows/release.yml
@@ -23,5 +23,5 @@ jobs:
23
- run: uv build
24
- name: Release package
25
env:
26
- UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
27
run: uv publish
0 commit comments