Skip to content

Commit

Permalink
Remove pp build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl committed Sep 14, 2024
1 parent fe61c56 commit 8c6c6ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "{c,p}p3*"
CIBW_SKIP: "{c,p}p3{6..9}-*"
CIBW_BUILD: "cp3*"
CIBW_SKIP: "cp3{6..9}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_BEFORE_ALL_LINUX: dnf install -y atlas-devel
Expand All @@ -118,7 +118,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "{c,p}p37-* {c,p}p38-* {c,p}p39-*"
CIBW_BUILD: "cp37-* cp38-* cp39-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_BEFORE_ALL_LINUX: yum install -y atlas-devel
Expand Down

0 comments on commit 8c6c6ac

Please sign in to comment.