Skip to content

Commit f733bf8

Browse files
committed
Update deploy to only build sdist
1 parent 318d3e3 commit f733bf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
- name: Publish to PyPI
3636
run: |
3737
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
38-
uv build
38+
# TODO: move to using cibuildwheel so we have wheels for multiple platforms and python versions
39+
# starting docs: https://cibuildwheel.pypa.io/en/stable/
40+
uv build --sdist
3941
uv publish
4042
# Just in case, undo the changes to `pyproject.toml`
4143
git restore --staged . && git restore .

0 commit comments

Comments
 (0)