Skip to content

Commit

Permalink
fixup! Build QEMU-emulated Linux aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 2, 2024
1 parent af62df2 commit 6c4769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [build, windows, sdist]
needs: [build-native-wheels, build-QEMU-emulated-wheels, windows, sdist]
runs-on: ubuntu-latest
name: Upload release to PyPI
environment:
Expand Down

0 comments on commit 6c4769d

Please sign in to comment.