Skip to content

Commit

Permalink
Merge pull request #381 from Mamba413/master
Browse files Browse the repository at this point in the history
cibuildwheel & R code coverage
  • Loading branch information
Mamba413 authored Mar 9, 2022
2 parents 0a1a0eb + 7061a14 commit e6fbfff
Show file tree
Hide file tree
Showing 9 changed files with 548 additions and 447 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
with:
package-dir: ./python ## trigger cibuildwheel in sub-directory
env:
CIBW_SKIP: pp*
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_SKIP: "pp* *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x"
# configure cibuildwheel to build native archs ('auto'), and some emulated ones via: "CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x"
CIBW_ARCHS_LINUX: auto # currently, not support aarch64 ppc64le s390x because avx instruction is not supported on these platforms
CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # the latest MacOS support the Rosetta

- name: Verify clean directory
Expand Down
Loading

0 comments on commit e6fbfff

Please sign in to comment.