Skip to content

Commit 054b772

Browse files
committed
CI: Build both tar.gz and whl
1 parent 6568d0a commit 054b772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: "0.9.8"
2323

2424
- name: Build package
25-
run: uv build
25+
run: uv build --sdist --wheel
2626

2727
- name: Publish to PyPI
2828
run: uv publish

0 commit comments

Comments
 (0)