Skip to content

feat(ci): add Python musllinux wheel builds#46

Merged
bug-ops merged 1 commit intomainfrom
feat/python-musl-wheels
Feb 6, 2026
Merged

feat(ci): add Python musllinux wheel builds#46
bug-ops merged 1 commit intomainfrom
feat/python-musl-wheels

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Feb 6, 2026

Summary

  • Add x86_64-unknown-linux-musl and aarch64-unknown-linux-musl targets to the Python wheel build matrix
  • Use PyO3/maturin-action@v1 with musllinux_1_2 containers for musl builds
  • Existing glibc/macOS/Windows builds are unaffected

Closes #45

Add x86_64 and aarch64 musl targets to the release pipeline using
PyO3/maturin-action with musllinux_1_2 containers. Enables pip install
in Alpine Linux and other musl-based environments without compilation.

Closes #45
@github-actions github-actions bot added core Changes to exarch-core ci CI/CD changes labels Feb 6, 2026
@bug-ops bug-ops merged commit 696a162 into main Feb 6, 2026
18 checks passed
@bug-ops bug-ops deleted the feat/python-musl-wheels branch February 6, 2026 09:37
@bug-ops bug-ops mentioned this pull request Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD changes core Changes to exarch-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Python musl wheel

1 participant