We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8dcdf commit 345013cCopy full SHA for 345013c
.github/workflows/build_wheel.yml
@@ -27,12 +27,13 @@ jobs:
27
uses: docker/setup-qemu-action@v1
28
29
- name: Build wheels
30
- uses: pypa/cibuildwheel@v2.12.3
+ uses: pypa/cibuildwheel@v2.16.2
31
# to supply options, put them in 'env', like:
32
env:
33
CIBW_ARCHS_LINUX: ${{matrix.arch}}
34
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy setuptools wheel cython
35
+ CIBW_ARCHS_MACOS: "x86_64 arm64"
36
- - uses: actions/upload-artifact@v4
37
+ - uses: actions/upload-artifact@v2
38
with:
39
path: ./wheelhouse/*.whl
0 commit comments