Skip to content

Commit

Permalink
Fix cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Sep 29, 2024
1 parent b6ab946 commit 5d2d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo 'CIBW_ARCHS=x86_64 universal2' >> $GITHUB_ENV
if: runner.os == 'macOS'

- uses: pypa/cibuildwheel@v2.15.0
- uses: pypa/cibuildwheel@v2.16.5
name: Build wheels
env:
# cibuildwheel will build wheel once and test it for each CPython version
Expand Down

0 comments on commit 5d2d24b

Please sign in to comment.