Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release job to publish macOS arm64 binaries
With the recent release of cibuildwheel 1.9.0 support for building arm64 binaries on macOS was added. This enables us to build release binaries for this new platform. However, these binaries will be cross-compiled and not tested since there are no CI resources with the platform available. This commit adds a new release wheel job to build a aarch64 binary and publish an arm64 wheel for macOS. This will enable users who have an arm64 mac to run retworkx without having to either build from source or run under rosetta 2. Fixes Qiskit#231
- Loading branch information