From 1891a4a55fbe2ac23b29c064258c9c2eba480d28 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 21 May 2024 10:45:51 -0400 Subject: [PATCH] try again --- .github/workflows/wheel.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 8a8de397..7e0d042b 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -69,12 +69,12 @@ jobs: # https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip - os: ubuntu-22.04 linux_archs: "i686" - skip: "pp* *37* *38*" + skip: "pp*" name: ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.linux_archs }} env: CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}" - CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython" + CIBW_BEFORE_ALL: "pip install cython" CIBW_SKIP: ${{ matrix.skip }} CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_TEST_SKIP: "*" @@ -124,12 +124,12 @@ jobs: # https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip - os: ubuntu-22.04 linux_archs: "x86_64" - skip: "pp* *37* *38*" + skip: "pp*" name: ${{ matrix.os }} ${{ matrix.architecture}} env: CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}" - CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython" + CIBW_BEFORE_ALL: "pip install cython" CIBW_SKIP: ${{ matrix.skip }} CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_TEST_SKIP: "*" @@ -178,12 +178,12 @@ jobs: include: # https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip - os: windows-latest - skip: "*2*win* *win32 pp* *37* *38*" + skip: "*2*win* *win32 pp*" name: ${{ matrix.os }} ${{ matrix.architecture}} env: CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}" - CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython" + CIBW_BEFORE_ALL: "pip install cython" CIBW_SKIP: ${{ matrix.skip }} CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_TEST_SKIP: "*"