Skip to content

Commit 64eb4d8

Browse files
committed
add wheel repair for windows
1 parent 7f9275b commit 64eb4d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- name: Build and test wheels
6262
env:
6363
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *musllinux*"
64+
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
6465
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" CMAKE_GENERATOR="Ninja" TEMP="D:/a/_temp/"
66+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair -w {dest_dir} {wheel}
6567
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
6668
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
6769
CIBW_TEST_REQUIRES: pytest pytest-order

0 commit comments

Comments
 (0)