Skip to content

Commit

Permalink
Try to remove redundant builds on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
johnveitch committed Jul 11, 2024
1 parent b439a6b commit 50490c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
cibw_archs: ["auto"]
include:
- os: ubuntu-latest
cibw_archs : "aarch64"

steps:
- name: Set up QEMU
Expand Down

0 comments on commit 50490c7

Please sign in to comment.