Skip to content

Commit

Permalink
ci: update artifacts to v4, cibuildwheel to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 12, 2025
1 parent 887579a commit e136095
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install numpy pybind11 wheel setuptools cython
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v3
- name: Upload built wheels
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: built-wheels-${{ matrix.os }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl
if-no-files-found: warn

0 comments on commit e136095

Please # to comment.