Skip to content

Commit

Permalink
use build for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Aug 26, 2024
1 parent 19ddd38 commit 395360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
CIBW_PRERELEASE_PYTHONS: False
CIBW_SKIP: "cp36* cp313-* pp*"
CIBW_BUILD_FRONTEND: "pip"
CIBW_BUILD_FRONTEND: "build"
CIBW_BEFORE_BUILD: python -m pip install 'numpy>=1.14' 'pybind11>=2.2'
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest -v {project}"
Expand Down

0 comments on commit 395360c

Please sign in to comment.