hardbyte / hardbyte/python-common-expression-language
Publish musllinux wheels for Alpine-based images
- 主要語言
- Python
- 星號
- 43
- 分支
- 4
- 平均合併
- 9 小時 57 分鐘
- 30 天內合併 PR
- 14
描述
The Linux matrix builds `manylinux` wheels only (x86_64, x86, aarch64, armv7, s390x, ppc64le). On Alpine and other musl-based images, `pip install common-expression-language` falls back to the sdist and needs a Rust toolchain in the container, which is a common enough surprise for a package that pitches itself for policy enforcement in services.
`PyO3/maturin-action` builds these directly: add `x86_64` and `aarch64` entries with `manylinux: musllinux_1_2` to the `linux` job, upload them under a `wheels-musllinux-*` artifact name so the release job's `wheels-*` glob picks them up. Two extra jobs, no code changes.
貢獻指南
研究方向
Find the GitHub Actions workflow containing the linux matrix and release job, then read how the existing manylinux builds and wheels-* artifacts are configured. Add the requested musllinux entries and artifact naming, and verify that the release job collects both architectures through its wheels-* glob.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- github-actions, python, rust
- 領域
- build-system, ci-cd
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 78/100