Skip to content

Commit

Permalink
Update .github/workflows/wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Apr 25, 2024
1 parent 7840e20 commit 46be5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
os: [ubuntu-22.04, macos-12, windows-2019]
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_SKIP: "pp* cp37* cp38* *musllinux* *i686 *ppc64le *s390x cp39*win*arm64 cp310*win*arm64"
CIBW_BEFORE_BUILD: python -m pip install numpy Cython
CIBW_BEFORE_BUILD: python -m pip install numpy>=2.0.0rc1 Cython
# CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_LINUX: auto
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit 46be5d1

Please sign in to comment.