Skip to content

Commit

Permalink
cibuildwheel windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Aug 26, 2024
1 parent cd69989 commit 8795211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
CIBW_PRERELEASE_PYTHONS: False
CIBW_SKIP: "cp36* cp313-* pp*"
CIBW_BUILD_FRONTEND: "build"
CIBW_BEFORE_BUILD: python -m pip install 'numpy>=1.14' 'pybind11>=2.2'
CIBW_BEFORE_BUILD: pip install numpy>=1.14 pybind11>=2.2
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest -v {project}"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_ARCHS_WINDOWS: "AMD64 ARM64"

- name: upload wheel artifacts temporarily
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8795211

Please sign in to comment.