diff --git a/pyproject.toml b/pyproject.toml index 14df2d5d2..0c7eb96c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ build = "cp3{11,12}-*" before-all = "./deployment/macos_wheels/install_gsl.sh" [tool.cibuildwheel.linux] -build = "cp3{9,10,11,12}-*manylinux*" +build = "cp3{9,10,11,12}-manylinux*" manylinux-x86_64-image = "manylinux_2_28" before-all = "./deployment/linux_wheels/cibuildwheel.sh" archs = "x86_64"