Skip to content

Commit

Permalink
Always use trusted publishing (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
corydolphin authored Feb 24, 2025
1 parent 01e2e68 commit 7127e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: uv build

- name: Publish package
run: uv publish --trusted-publishing
run: uv publish --trusted-publishing always

deploy-docs:
needs: publish
Expand Down

0 comments on commit 7127e7e

Please sign in to comment.