We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c137b6 commit 130a7b1Copy full SHA for 130a7b1
.github/workflows/build-wheels.yml
@@ -92,7 +92,7 @@ jobs:
92
-DUPSP_BUILD_TESTING=OFF -DUPSP_BUILD_APPLICATIONS=OFF -DUPSP_BUILD_PYBIND11=ON'
93
CIBW_BEFORE_ALL_LINUX: "yum install -y perl-IPC-Cmd zip ninja-build"
94
CIBW_BEFORE_BUILD_WINDOWS: "pip install cmake"
95
- CIBW_BUILD: "*-win_amd64 *-macosx_x86_64 *-manylinux_x86_64"
+ CIBW_BUILD: "cp*-win_amd64 cp*-macosx_x86_64 cp*-manylinux_x86_64"
96
CIBW_SKIP: "*-win32 *-manylinux_i686"
97
CIBW_BUILD_VERBOSITY: 1
98
CIBW_TEST_REQUIRES: pytest
0 commit comments