Skip to content

Commit

Permalink
wheel skip
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed May 21, 2024
1 parent f020179 commit dd32baf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
- os: ubuntu-22.04
linux_archs: "aarch64"
skip: "pp* *-musllinux_aarch64"

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 cython"
CIBW_SKIP: ${{ matrix.skip }}
CIBW_SKIP: "pp* *37* *38* *-musllinux_aarch64"
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
CIBW_TEST_SKIP: "*"

Expand Down Expand Up @@ -71,7 +69,7 @@ jobs:
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
- os: ubuntu-22.04
linux_archs: "i686"
skip: "pp* *312*"
skip: "pp* *37* *38*"

name: ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.linux_archs }}
env:
Expand Down Expand Up @@ -126,7 +124,7 @@ jobs:
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
- os: ubuntu-22.04
linux_archs: "x86_64"
skip: "pp*"
skip: "pp* *37* *38*"

name: ${{ matrix.os }} ${{ matrix.architecture}}
env:
Expand Down Expand Up @@ -180,7 +178,7 @@ jobs:
include:
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
- os: windows-latest
skip: "*2*win* *win32 pp*"
skip: "*2*win* *win32 pp* *37* *38*""
name: ${{ matrix.os }} ${{ matrix.architecture}}
env:
Expand Down Expand Up @@ -236,7 +234,7 @@ jobs:
name: ${{ matrix.os }} ${{ matrix.architecture}}
env:
CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython"
CIBW_SKIP: ${{ matrix.skip }}
CIBW_SKIP: "pp* *37* *38*"
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
CIBW_TEST_SKIP: "*"

Expand Down

0 comments on commit dd32baf

Please sign in to comment.