Skip to content

Commit f20cba6

Browse files
committed
FIX: Exclude [build wheels]
1 parent a271e58 commit f20cba6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
6666
# No NumPy wheels on 3.8 aarch64 or musl
6767
exclude:
68-
- python: "cp38"
69-
buildplat: [ubuntu-latest, manylinux_aarch64]
70-
- python: "cp38"
71-
buildplat: [ubuntu-latest, cp38-musllinux_x86_64]
68+
- buildplat: [ubuntu-latest, manylinux_aarch64]
69+
python: "cp38"
70+
- buildplat: [ubuntu-latest, musllinux_x86_64]
71+
python: "cp38"
7272
include:
7373
# Manylinux and arm64 builds (on native hardware) are cheap, do all in one
7474
- { buildplat: ["ubuntu-latest", "manylinux_x86_64"], python: "*" }

0 commit comments

Comments
 (0)