Skip to content

Commit

Permalink
Udate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlk committed Oct 3, 2024
1 parent d65ecca commit 30d3558
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
platforms: arm64

- name: Build and test
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.2
env:
# Build
CIBW_BUILD: cp{310,311,312,313}-*
Expand All @@ -61,5 +61,4 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

0 comments on commit 30d3558

Please sign in to comment.