Skip to content

Commit

Permalink
Fix macos 3.8 wheel skip
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achaikou committed Jul 29, 2024
1 parent 05bfef5 commit f9d2773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f9d2773

Please sign in to comment.