Skip to content

Commit 8c6c6ac

Browse files
committed
Remove pp build.
1 parent fe61c56 commit 8c6c6ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
run: |
107107
python -m cibuildwheel --output-dir dist
108108
env:
109-
CIBW_BUILD: "{c,p}p3*"
110-
CIBW_SKIP: "{c,p}p3{6..9}-*"
109+
CIBW_BUILD: "cp3*"
110+
CIBW_SKIP: "cp3{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
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
python -m cibuildwheel --output-dir dist
120120
env:
121-
CIBW_BUILD: "{c,p}p37-* {c,p}p38-* {c,p}p39-*"
121+
CIBW_BUILD: "cp37-* cp38-* cp39-*"
122122
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
123123
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
124124
CIBW_BEFORE_ALL_LINUX: yum install -y atlas-devel

0 commit comments

Comments
 (0)