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 5a8ab0e commit fd32aa4Copy full SHA for fd32aa4
1 file changed
.github/workflows/release.yml
@@ -23,4 +23,7 @@ jobs:
23
version: "latest"
24
- run: uv version "${GITHUB_REF_NAME}"
25
- run: uv build
26
- - run: uv publish --trusted-publishing always
+ - name: Release package
27
+ env:
28
+ UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
29
+ run: uv publish
0 commit comments