-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Python ABI3 wheels instead of a wheel per Python version (#1064)
* Start compiling code with ABI * Copy code from Qiskit * Remove duplicates * Trigger action on fork report * Test action * Skip musl in ppc64 * Restore abi-py38 * Version bumps * Take into account Mac OS ARM changes * Testing build process * Re-triggering workflow * Try again * Fix upload v4 use * Fix all upload uses * Repair wheels for macos and windows as well * Use fixed version of abi3audit * Use cibuildwheel 2.17.0 * Handle delocate not being installed * Handle pipx in macOS arm * Update wheels.yml * Test download-artifact v4 * Add release notes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e7b0d6f
commit d5521e3
Showing
5 changed files
with
46 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
features: | ||
- | | ||
rustworkx wheels are now built against Python's stable | ||
Application Binary Interface (ABI). For rustworkx users, this means | ||
that wheels distributed by us via PyPI will continue to work with | ||
newer versions of Python without having to recompile the code. | ||
This change will also simplify the release process for the developers | ||
and reduce the storage size required to mirror rustworkx wheels. |
Oops, something went wrong.