Skip to content

Commit 91d5e5b

Browse files
committed
Repair windows wheel #34
1 parent 0f291f8 commit 91d5e5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- uses: pypa/[email protected]
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
49+
# Repair windows wheel
50+
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
51+
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
4952

5053
- name: Verify clean directory
5154
run: git diff --exit-code

0 commit comments

Comments
 (0)