Skip to content

Commit

Permalink
update cibuildwheels version (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 authored Nov 19, 2024
1 parent 978f841 commit 75f42f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "CIBW_ARCHS=arm64 universal2" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.21.3
- uses: actions/upload-artifact@v4
with:
name: python-${{ matrix.os }}
Expand Down

0 comments on commit 75f42f9

Please sign in to comment.