Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Aug 19, 2024
1 parent 8f8db4e commit 45ed3d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
python -m build --sdist
fi
shell: bash
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Install Cibuildwheel
run: python -m pip install cibuildwheel
shell: bash
Expand Down

0 comments on commit 45ed3d2

Please sign in to comment.