We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7620c commit 481641bCopy full SHA for 481641b
1 file changed
.github/workflows/publish.yml
@@ -47,5 +47,5 @@ jobs:
47
48
- name: Publish
49
if: ${{ inputs.new_release_published == 'true' }}
50
- run: uv publish
+ run: uv publish --trusted-publishing always
51
0 commit comments