Skip to content

Commit 2bba14c

Browse files
committed
ci: build before publish
1 parent 8eaae7b commit 2bba14c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
python-version: 3.10
2323

24+
- name: Build
25+
run: uv build
26+
2427
- name: Publish to PyPI
2528
run: uv publish
2629
env:

0 commit comments

Comments
 (0)