Skip to content

Commit bcb3e9b

Browse files
authored
ci: build before publish (#12)
* ci: build before publish * ci: fix python version
1 parent 8eaae7b commit bcb3e9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
- uses: astral-sh/setup-uv@v6
2121
with:
22-
python-version: 3.10
22+
python-version: '3.10'
23+
24+
- name: Build
25+
run: uv build
2326

2427
- name: Publish to PyPI
2528
run: uv publish

0 commit comments

Comments
 (0)