We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another whl release request, but I think the release action can be tweaked a little more to also support linux-aarch64.
Here is the example:
- name: Set up QEMU if: runner.os == 'Linux' uses: docker/setup-qemu-action@v3 with: platforms: all - name: Build wheels uses: pypa/cibuildwheel@v2.17.0 env: # configure cibuildwheel to build native archs ('auto'), and some # emulated ones CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
The text was updated successfully, but these errors were encountered:
@oschwald Hey, is it possible to make another change like you did here? #158
Sorry, something went wrong.
If you want to make a PR, I'd be happy to merge it if the build looks good.
Successfully merging a pull request may close this issue.
Another whl release request, but I think the release action can be tweaked a little more to also support linux-aarch64.
Here is the example:
The text was updated successfully, but these errors were encountered: