From 1d465c37a11312473167720b6627677b02f2d4a0 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Fri, 5 Jul 2024 13:05:56 -0400 Subject: [PATCH] ENH: try updating cibuildwheel --- .github/workflows/wheels_faster.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels_faster.yml b/.github/workflows/wheels_faster.yml index c3bde0a2..63c7d469 100644 --- a/.github/workflows/wheels_faster.yml +++ b/.github/workflows/wheels_faster.yml @@ -56,7 +56,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 setuptools toml + run: python -m pip install cibuildwheel==2.19.2 setuptools toml - name: Get package name and version (Linux / Mac) if: ${{ ! startsWith(matrix.os, 'windows-') }} @@ -80,8 +80,8 @@ jobs: - name: Build wheels env: - CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 - CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 + CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 + CIBW_MANYLINUX_I686_IMAGE: manylinux2014 CIBW_BUILD: cp${{ matrix.cibw_python }}-${{ matrix.platform_id }} CIBW_TEST_SKIP: "cp*" # We will test during install and test step