We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e2e68 commit 7127e7eCopy full SHA for 7127e7e
.github/workflows/on-release-main.yml
@@ -55,7 +55,7 @@ jobs:
55
run: uv build
56
57
- name: Publish package
58
- run: uv publish --trusted-publishing
+ run: uv publish --trusted-publishing always
59
60
deploy-docs:
61
needs: publish
0 commit comments