WHEEL_BUILD_STATUS.md
Temporary tracking document for PyPI wheel distribution work.
For technical documentation, see doc/sphinx/scripting/python-extension.rst.
[tool.cibuildwheel]
skip = ["pp*", "*-win32", "*-manylinux_i686", "*-musllinux*"]
[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux_2_28"
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
repair-wheel-command = "delocate-wheel -w {dest_dir} {wheel}"
[tool.cibuildwheel.windows]
archs = ["AMD64"]
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
BUILDING_WHEEL detection in CMakeLists.txt