Skip to content

Commit 345013c

Browse files
build: update build for py312
1 parent ab8dcdf commit 345013c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
uses: docker/setup-qemu-action@v1
2828

2929
- name: Build wheels
30-
uses: pypa/cibuildwheel@v2.12.3
30+
uses: pypa/cibuildwheel@v2.16.2
3131
# to supply options, put them in 'env', like:
3232
env:
3333
CIBW_ARCHS_LINUX: ${{matrix.arch}}
3434
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy setuptools wheel cython
35+
CIBW_ARCHS_MACOS: "x86_64 arm64"
3536

36-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v2
3738
with:
3839
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)