Skip to content

Commit ac788b5

Browse files
committed
Fix build
1 parent 6b45f33 commit ac788b5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ python -m twine upload --repository testpypi dist/*
139139
they are not already available locally.
140140
- `python -m build` without `WFLOAT_SHERPA_ONNX_SOURCE_DIR` may fail because
141141
the wheel build can run from a temporary unpacked source tree.
142+
- CI wheel builds use normal PEP 517 build isolation through `cibuildwheel`.
142143
- We currently publish wheels, not a self-contained source distribution. The
143144
source distribution path should only be documented after it no longer depends
144145
on an external sibling `sherpa-onnx` checkout.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ build-backend = "setuptools.build_meta"
55
[tool.cibuildwheel]
66
build = "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
77
skip = "pp* *-win32 *-manylinux_i686 *-musllinux_*"
8-
build-frontend = { name = "pip", args = ["--no-build-isolation"] }
98
test-command = 'python -c "from wfloat import version, write_wave; print(version)"'

0 commit comments

Comments
 (0)