Skip to content

Commit

Permalink
Use recommended cibuildwheel action
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 7, 2023
1 parent a787c47 commit ee52fa0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,11 @@ jobs:
with:
submodules: true

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
with:
platforms: all

# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
run: python -m cibuildwheel --output-dir dist uwsgi
uses: pypa/[email protected]
with:
output-dir: dist
package-dir: ./uwsgi
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64
Expand Down

0 comments on commit ee52fa0

Please sign in to comment.