Skip to content

Commit e49d141

Browse files
committed
Remove more builds.
1 parent 8c6c6ac commit e49d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
python -m cibuildwheel --output-dir dist
108108
env:
109109
CIBW_BUILD: "cp3*"
110-
CIBW_SKIP: "cp3{6..9}-*"
110+
CIBW_SKIP: "{c,p}p3{6..9}-*"
111111
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
112112
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
113113
CIBW_BEFORE_ALL_LINUX: dnf install -y atlas-devel

0 commit comments

Comments
 (0)