Skip to content

Commit

Permalink
Merge pull request #9 from Auterion/update-cibuildwheel
Browse files Browse the repository at this point in the history
Update cibuildwheel
  • Loading branch information
ThomasDebrunner authored Apr 2, 2024
2 parents 72aa809 + e24465a commit 5797294
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 5797294

Please sign in to comment.