File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ build-backend = "setuptools.build_meta"
55[tool .cibuildwheel ]
66build = " cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
77skip = " pp* *-win32 *-manylinux_i686 *-musllinux_*"
8- build-frontend = { name = " pip" , args = [" --no-build-isolation" ] }
98test-command = ' python -c "from wfloat import version, write_wave; print(version)"'
You can’t perform that action at this time.
0 commit comments