From 62a4f5c4d10f76102b3ec8652e8e9bd8c2e3790a Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Fri, 25 Oct 2024 21:29:21 -0400 Subject: [PATCH] Changes to try to get manylinux wheels working. --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8541f57..7a996a0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -114,7 +114,7 @@ jobs: CIBW_BUILD: cp3?-* CIBW_ARCHS: x86_64 aarch64 CIBW_ENVIRONMENT: CXXFLAGS="-std=c++17" # Adjust as per your C++ requirements - CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014" + CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_24" - name: upload wheels uses: actions/upload-artifact@v3