Skip to content

Commit

Permalink
FIX: Exclude [build wheels]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 7, 2024
1 parent a271e58 commit f20cba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
# No NumPy wheels on 3.8 aarch64 or musl
exclude:
- python: "cp38"
buildplat: [ubuntu-latest, manylinux_aarch64]
- python: "cp38"
buildplat: [ubuntu-latest, cp38-musllinux_x86_64]
- buildplat: [ubuntu-latest, manylinux_aarch64]
python: "cp38"
- buildplat: [ubuntu-latest, musllinux_x86_64]
python: "cp38"
include:
# Manylinux and arm64 builds (on native hardware) are cheap, do all in one
- { buildplat: ["ubuntu-latest", "manylinux_x86_64"], python: "*" }
Expand Down

0 comments on commit f20cba6

Please sign in to comment.