Skip to content

Commit 7127e7e

Browse files
authored
Always use trusted publishing (#379)
1 parent 01e2e68 commit 7127e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: uv build
5656

5757
- name: Publish package
58-
run: uv publish --trusted-publishing
58+
run: uv publish --trusted-publishing always
5959

6060
deploy-docs:
6161
needs: publish

0 commit comments

Comments
 (0)