Skip to content
New issue

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

Refactor GitHub Actions workflows, get wheels ready, cross-compile macOS wheels #14

Merged
merged 27 commits into from
Jan 5, 2024

Conversation

agriyakhetarpal
Copy link
Owner

Closes #13
Closes #2

  • Cross-compiled macOS wheels and native wheels, fused with helper scripts and delocate-fuse later
  • Linux amd64 and aarch64 wheels (the latter is via QEMU emulation)
  • Python 3.8–3.12 support
  • Windows amd64 wheels
  • Notes on supported architectures and platforms in the README

The platform specification detection on macOS with Python 3.12 is wrong on GitHub Actions runners since universal Python implementations are being installed. #13 took care of this, but it should be worth adding this note as well here.
The command `python -m build`, if not specified with `--wheel` or `--sdist`, builds both a source distribution and a binary distribution, and the latter is built with the code from the former. It should therefore be necessary to include the correct paths for the source distrbution via MANIFEST.in
@agriyakhetarpal agriyakhetarpal merged commit 4147293 into main Jan 5, 2024
6 checks passed
@agriyakhetarpal agriyakhetarpal deleted the refactor-github-actions-workflows branch January 5, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure use of cibuildwheel for wheels meant to be published Investigate cross-compilation for macOS arm64
1 participant