Skip to content

Commit

Permalink
CI: Remove wheel build for Linux arm64
Browse files Browse the repository at this point in the history
This patch removes Linux arm64 wheel builds from the release CI.  This
workflow has never worked, and only fires on release.  Its failure
blocks publishing binaries to PyPI automatically (though the manual
workflow still works).

Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Jan 14, 2025
1 parent 17650ae commit 40586e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
steps:
- id: x86_64
run: echo "cibw_arch=x86_64" >> $GITHUB_OUTPUT
- id: aarch64
if: github.event_name == 'release' && github.event.action == 'published'
run: echo "cibw_arch=aarch64" >> $GITHUB_OUTPUT
outputs:
cibw_arches: ${{ toJSON(steps.*.outputs.cibw_arch) }}

Expand Down

0 comments on commit 40586e7

Please sign in to comment.