Skip to content

Commit

Permalink
Experiment with delvewheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Jul 28, 2023
1 parent 3e57b38 commit 9c2ae90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,14 @@ jobs:
env:
CIBW_ARCHS: AMD64
CIBW_BEFORE_BUILD: |
python -m pip install numpy
python -m pip install delvewheel numpy
CIBW_BUILD: >-
cp38-*
cp39-*
cp310-*
cp311-*
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: |
delvewheel repair --wheel-di {dest_dir} {wheel}
BEZIER_INSTALL_PREFIX: ./.nox/.cache/libbezier-release/usr

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9c2ae90

Please sign in to comment.