From e1db74505bfd2f4950d7f04ae082a873d01f1e0a Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:57:14 -0700 Subject: [PATCH] Omit cp37 AND pp37 --- .github/workflows/build-test-wheel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-wheel.yml b/.github/workflows/build-test-wheel.yml index 4f17f6e1..20a694ec 100644 --- a/.github/workflows/build-test-wheel.yml +++ b/.github/workflows/build-test-wheel.yml @@ -75,7 +75,7 @@ jobs: env: CIBW_BUILD: ${{matrix.pyver}}-* CIBW_ARCHS_LINUX: auto - CIBW_SKIP: "cp37- *-win32 *-manylinux_i686" + CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' - name: Upload Artifacts @@ -118,7 +118,7 @@ jobs: uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: pp* - CIBW_SKIP: "cp37- *-win32 *-manylinux_i686" + CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' - name: Upload Artifacts @@ -152,7 +152,7 @@ jobs: env: CIBW_BUILD: ${{matrix.pyver}}-* CIBW_ARCHS: ${{matrix.arch}} - CIBW_SKIP: "cp37- *-win32 *-manylinux_i686" + CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' - name: Upload Artifacts @@ -181,7 +181,7 @@ jobs: uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: pp* - CIBW_SKIP: "cp37- *-win32 *-manylinux_i686" + CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686" CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0' - name: Upload Artifacts