From f9d2773b9cee8a42cc1bf0bf0156bb64136ff902 Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Fri, 26 Jul 2024 18:02:32 +0200 Subject: [PATCH] Fix macos 3.8 wheel skip Wheel is still build, even though it can't be tested. Looks like wheel indication we used in cibuildwheel doesn't match the real wheel. Original intent was not to build such wheels. --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 58d706cb1..e82ca97d4 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -68,7 +68,7 @@ jobs: # musllinux arch skip: unlikely someone wants to run dlisio on alpine on non-standard architecture # musllinux cp38 skip: latest available numpy doesn't provide musslinux wheels, so it is unlikely useful # macosx 38 skip: cibuildwheel can't test it - CIBW_SKIP: pp* *-musllinux_i686 *-musllinux_aarch64 cp38*-musllinux* cp38*-macosx_*:arm64 cp36-* cp37-* + CIBW_SKIP: pp* *-musllinux_i686 *-musllinux_aarch64 cp38*-musllinux* cp38*-macosx_*arm64 cp36-* cp37-* run: | python -m cibuildwheel --output-dir wheelhouse python/