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 426a7b4 commit 694bf44Copy full SHA for 694bf44
.github/workflows/pypi.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build and Publish
22
shell: bash
23
env:
24
- UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
25
run: |
26
uv build
27
uv publish
0 commit comments