We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a6612 commit 3ab54eaCopy full SHA for 3ab54ea
1 file changed
.github/workflows/publish.yaml
@@ -17,7 +17,5 @@ jobs:
17
version: "0.9.28"
18
- name: Build all packages
19
run: uv build --all-packages
20
- - name: Publish
21
- uses: pypa/gh-action-pypi-publish@release/v1
22
- with:
23
- skip-existing: true
+ - name: Publish all packages
+ run: uv publish --dry-run --trusted-publishing always
0 commit comments