Skip to content

Commit

Permalink
fix: skip building wheel for i686 aarch64 ppc64le s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
nodtem66 committed Apr 30, 2023
1 parent a61af75 commit f9c0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
# Python 2.7 on Windows requires a workaround for C++11 support,
# built separately below
CIBW_SKIP: pp* cp27* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x
CIBW_SKIP: pp* cp27* *-win32 *_i686 *_aarch64 *_ppc64le *_s390x

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

0 comments on commit f9c0d5d

Please sign in to comment.