Skip to content

Commit fd32aa4

Browse files
authored
fix(ci): use token instead of trusted publisher (#552)
1 parent 5a8ab0e commit fd32aa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
version: "latest"
2424
- run: uv version "${GITHUB_REF_NAME}"
2525
- run: uv build
26-
- run: uv publish --trusted-publishing always
26+
- name: Release package
27+
env:
28+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
29+
run: uv publish

0 commit comments

Comments
 (0)