Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 3, 2022
1 parent 9cf3ccd commit 161f5ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,15 @@ jobs:
submodules: true
- name: 'Setup Python'
uses: actions/setup-python@v3
- name: 'Setup QEMU'
if: ${{ runner.os == 'Linux' }}
uses: docker/setup-qemu-action@v1
with:
platforms: all
- name: 'Build wheels'
uses: pypa/cibuildwheel@v2.3.1
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_BUILD_VERBOSITY: 1
CIBW_SKIP: pp*
Expand Down

0 comments on commit 161f5ba

Please sign in to comment.