Skip to content

Commit

Permalink
adding delvewheel to build requirements for windows repairwheel step
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent 9bbff81 commit d79d74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
CIBW_ARCHS: ${{matrix.build-platform[1]}}
CIBW_PLATFORM: windows
CIBW_BUILD: cp312-${{matrix.build-platform[2]}}
CIBW_BUILD: cp31*-${{matrix.build-platform[2]}}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel} --add-path ${{github.workspace}}/install/lib"


Expand Down
2 changes: 1 addition & 1 deletion source/wrappers/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "numpy>=1.7, <2", "Cython>=0.29", "six"]
requires = ["setuptools>=42", "numpy>=1.7, <2", "Cython>=0.29", "six", "delvewheel"]
build-backend = "setuptools.build_meta"

[project.urls]
Expand Down

0 comments on commit d79d74b

Please sign in to comment.