Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Publish musllinux wheels for Alpine-based images

Open Beginner friendly
#47 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
github-actions, python, rust

Research direction

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.

Written by the indexing model from the issue text.

Description

enhancement

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.

Dominant language
Python
Stars
43
Forks
4
Avg merge
9h 57m
Merged PRs (30d)
14

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from hardbyte/python-common-expression-language

All issues in hardbyte/python-common-expression-language

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.