Skip to content

Commit

Permalink
Test building aarch64 Linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
godlygeek committed Sep 13, 2023
1 parent fe771ae commit bd18aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- id: i686
run: echo "cibw_arch=i686" >> $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 bd18aa6

Please sign in to comment.