8000 Run delvewheel on Windows for wheels · matplotlib/matplotlib@a6d0220 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6d0220

Browse files
committed
Run delvewheel on Windows for wheels
1 parent a836e2e commit a6d0220

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
env:
3838
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3939
MACOSX_DEPLOYMENT_TARGET: "10.12"
40+
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
41+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
42+
delvewheel repair -w {dest_dir} {wheel}
4043
strategy:
4144
matrix:
4245
os: [ubuntu-20.04, windows-latest, macos-11]

0 commit comments

Comments
 (0)
0