Skip to content

Commit

Permalink
No need to build for x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Jan 29, 2025
1 parent 93b9f98 commit 1dadc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build wheels (release)
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_LINUX: aarch64
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 1dadc9a

Please sign in to comment.