From 40b0d0c104dd4045b2d312d05b88221d1fa6b9d0 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Tue, 3 Oct 2023 07:43:01 -0500 Subject: [PATCH] added additional skips to the linux build because it is an override not an append --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e24d42a4..488fbaf6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ before-all = [ ] [tool.cibuildwheel.linux] -skip = "cp312-*" +skip = "cp312-* pp* -manylinux_i686* *-musllinux*" before-all = [ "yum install doxygen libxml2-devel libcurl-devel -y", "buildscripts/build_dependencies.sh -p /usr/local"