Skip to content

Commit

Permalink
restrict archs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayantaylor committed Aug 5, 2024
1 parent 62197c1 commit 2d3d5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Build wheels
env:
CIBW_SKIP: pp*
CIBW_ARCHS: "x86_64,arm64"
CIBW_SKIP: "pp*, *-manylinux_i686, *-manylinux_ppc64le, *-manylinux_s390x"

uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 2d3d5d6

Please sign in to comment.