Skip to content

Commit 7322a06

Browse files
committed
ci: build before publish
1 parent 23fd9d8 commit 7322a06

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ jobs:
5252
- name: Install uv
5353
uses: astral-sh/setup-uv@v5
5454

55-
- name: Build and publish to PyPI
55+
- name: Build package
56+
run: uv build
57+
58+
- name: Publish to PyPI
5659
run: uv publish --trusted-publishing always

0 commit comments

Comments
 (0)