From 3e8b786defe3439f41cd32607a45b5180502046c Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Mon, 19 Aug 2024 13:53:38 -0600 Subject: [PATCH] Update buildwheels.yml --- .github/workflows/buildwheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index d598f089a2..3092ad42cc 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -34,10 +34,10 @@ jobs: with: output-dir: dist env: - CIBW_BUILD: cp311-manylinux_x86_64 - CIBW_SKIP: "*-win32 *-manylinux_i686" + CIBW_BUILD: cp3* + CIBW_SKIP: "*win32 *i686 *musllinux*" CIBW_BUILD_VERBOSITY: 1 - CIBW_BEFORE_ALL: "yum install -y openblas-devel" + CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel" CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF" CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: >