Skip to content

Commit 3ab54ea

Browse files
committed
ci: use uv publish instead of custom action
1 parent e5a6612 commit 3ab54ea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
version: "0.9.28"
1818
- name: Build all packages
1919
run: uv build --all-packages
20-
- name: Publish
21-
uses: pypa/gh-action-pypi-publish@release/v1
22-
with:
23-
skip-existing: true
20+
- name: Publish all packages
21+
run: uv publish --dry-run --trusted-publishing always

0 commit comments

Comments
 (0)