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

Skip to content

Commit 6fc77b9

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
env:
3838
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3939
MACOSX_DEPLOYMENT_TARGET: "10.12"
40+
CIBW_BEFORE_BUILD_WINDOWS: >-
41+
pip install certifi delvewheel oldest-supported-numpy &&
42+
git clean -fxd build
43+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
44+
delvewheel repair -w {dest_dir} {wheel}
4045
strategy:
4146
matrix:
4247
os: [ubuntu-20.04, windows-latest, macos-11]

0 commit comments

Comments
 (0)
0