We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175a5d3 commit 4aab559Copy full SHA for 4aab559
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
contents: read
10
+ id-token: write # For Trusted Publisher
11
12
jobs:
13
deploy:
@@ -57,8 +58,7 @@ jobs:
57
58
if: ${{github.event_name == 'workflow_dispatch'}}
59
shell: bash
60
env:
- UV_PUBLISH_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
61
UV_PUBLISH_URL: https://test.pypi.org/legacy/
62
run: |
63
set -eux
64
- uv publish --publish-url https://test.pypi.org/legacy/
+ uv publish --publish-url https://test.pypi.org/legacy/ --trusted-publishing always
0 commit comments