Skip to content

Commit 130a7b1

Browse files
committed
build-wheels: CIBW_BUILD cp* (exclude pp*)
1 parent 4c137b6 commit 130a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
-DUPSP_BUILD_TESTING=OFF -DUPSP_BUILD_APPLICATIONS=OFF -DUPSP_BUILD_PYBIND11=ON'
9393
CIBW_BEFORE_ALL_LINUX: "yum install -y perl-IPC-Cmd zip ninja-build"
9494
CIBW_BEFORE_BUILD_WINDOWS: "pip install cmake"
95-
CIBW_BUILD: "*-win_amd64 *-macosx_x86_64 *-manylinux_x86_64"
95+
CIBW_BUILD: "cp*-win_amd64 cp*-macosx_x86_64 cp*-manylinux_x86_64"
9696
CIBW_SKIP: "*-win32 *-manylinux_i686"
9797
CIBW_BUILD_VERBOSITY: 1
9898
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)