There was an error while loading. Please reload this page.
1 parent b80e41d commit 1269964Copy full SHA for 1269964
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,10 @@ env:
18
jobs:
19
test_python:
20
runs-on: ubuntu-latest
21
+ environment: pypi
22
+ permissions:
23
+ contents: write
24
+ id-token: write
25
env:
26
RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.version || github.event.client_payload.version}}
27
@@ -93,7 +97,7 @@ jobs:
93
97
94
98
- name: "Publish Release to PyPi"
95
99
96
- UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
100
+ UV_PUBLISH_TRUSTED_PUBLISHING: always
101
run: make publish
102
103
- name: "Create GitHub Release"
0 commit comments