Skip to content

Commit

Permalink
gh-actions: update cibuildwheel to latest, to build python3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDebrunner committed Apr 2, 2024
1 parent 73b43f4 commit e24465a
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 @@ -59,7 +59,7 @@ jobs:
if: github.event_name == 'release'
run: echo ${{ github.event.release.tag_name }} > VERSION.txt

- uses: pypa/cibuildwheel@v2.12.1
- uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS_MACOS: auto universal2
CIBW_ARCHS_LINUX: auto aarch64
Expand Down

0 comments on commit e24465a

Please sign in to comment.