Skip to content

Commit

Permalink
fix new CIBW build error
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed May 29, 2024
1 parent 8a78aad commit a0e504c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
env:
CIBW_BUILD: cp${{ matrix.python }}-manylinux_*
CIBW_ARCHS: ${{ matrix.arch }}
# skip 3.7 on MacOS Silicon and Windows arm64 as well as 3.8 on Windows arm64
CIBW_SKIP: "cp37-macosx-arm64 cp37-windows-arm64 cp38-windows-arm64"

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit a0e504c

Please sign in to comment.