diff --git a/pyproject.toml b/pyproject.toml index 96a376af1..cb27e2dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ test-command = "pytest {project}/tests" test-requires = "pytest msprime hypothesis" [tool.cibuildwheel.linux] +build = "cp*manylinux*" manylinux-x86_64-image = "manylinux_2_28" before-all = "./deployment/linux_wheels/cibuildwheel.sh" archs = "x86_64" -skip = "pp* *musllinux*" +# skip = "pp* *musllinux*"