Skip to content

Commit

Permalink
Install wheel for delvewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed May 20, 2024
1 parent 4a05610 commit f3f5d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CIBW_SKIP: pp* *-win32
CIBW_BEFORE_ALL: bash scripts/cibw_before_all.sh
CIBW_BEFORE_ALL_WINDOWS: msys2 -c scripts/cibw_before_all.sh
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
CIBW_BEFORE_BUILD_WINDOWS: pip install wheel delvewheel
CIBW_TEST_EXTRAS: tests
CIBW_TEST_SKIP: cp38-macosx_arm64
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit f3f5d0a

Please sign in to comment.