CI improvements to get publishing of rust bindings to work#18
Merged
shsms merged 6 commits intofrequenz-floss:v0.x.xfrom Nov 24, 2025
Merged
CI improvements to get publishing of rust bindings to work#18shsms merged 6 commits intofrequenz-floss:v0.x.xfrom
shsms merged 6 commits intofrequenz-floss:v0.x.xfrom
Conversation
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
There was a problem hiding this comment.
Pull request overview
This PR migrates the CI workflow from using python -m build to maturin-action for building Rust Python bindings, enabling proper wheel generation for multiple platforms and architectures.
- Replaces single
buildjob with separate platform-specific jobs using PyO3's maturin-action - Adds support for building wheels for multiple Linux variants (manylinux and musllinux), Windows, and macOS on both x86_64 and aarch64
- Updates artifact naming scheme from
dist-packages-*towheels-*pattern - Adds separate sdist build job and improves artifact handling in release and PyPI publishing steps
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Maturin ignores rc tags and uses the version from the So I'm taking this in as it is, and doing further stuff in subsequent PRs. Gotta remember that for subsequent releases, the cargo.toml file has to be updated with the new version. |
Collaborator
Author
|
FYI @llucax . If you have comments, can make them in a new PR. Or cleanup later, when we add this to repo-config. |
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.