Skip to content

Commit

Permalink
Use cibuildwheel 2.19.2 in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Jul 30, 2024
1 parent 470275d commit f00fdf7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
submodules: recursive

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
uses: pypa/[email protected]

- name: Show files
run: ls -lh wheelhouse
Expand Down

0 comments on commit f00fdf7

Please sign in to comment.