Skip to content

Commit a12a475

Browse files
committed
CI: use trusted publishing
1 parent 0b824fb commit a12a475

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,4 @@ jobs:
107107
python-version: "3.12"
108108
- run: uv sync --all-extras --dev
109109
- run: uv build
110-
- run: uv publish
111-
env:
112-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
110+
- run: uv publish --trusted-publishing always

0 commit comments

Comments
 (0)