Skip to content

Commit

Permalink
Updated cibuildwheel and setup-qemu actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 1, 2024
1 parent 9fb5fba commit 9bfd456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_SKIP: pp* cp36* cp37*
CIBW_ARCHS: auto64
Expand Down

0 comments on commit 9bfd456

Please sign in to comment.