Skip to content

Commit

Permalink
Update cibuildwheel in action.
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
isaksamsten committed Jan 31, 2024
1 parent 5f8060a commit 3ead721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
Expand Down

0 comments on commit 3ead721

Please sign in to comment.