Skip to content

Commit

Permalink
ci: tune
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 25, 2023
1 parent 40fdcd7 commit 1cb5d57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ jobs:
env:
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
CIBW_ARCHS_WINDOWS: "auto"
CIBW_ARCHS_LINUX: "auto aarch64 ppc64le s390x"
CIBW_BUILD: "cp37-* pp*linux*x86_64"
CIBW_ARCHS_LINUX: "auto aarch64"
# cp38: cp37-macos does not support universal2/arm64
CIBW_BUILD: "cp38-* pp*-manylinux_x86_64"
CIBW_SKIP: "pp37-*"
- name: "Check"
shell: bash
Expand Down

0 comments on commit 1cb5d57

Please sign in to comment.