Skip to content

Add wheel building CI workflow #36

@jc-macdonald

Description

@jc-macdonald

Add a GitHub Actions workflow to build wheels on PR and push events.

Scope

  • Create .github/workflows/build.yaml (or extend ci.yaml)
  • Build sdist + wheel using python -m build (or uv build)
  • Upload wheel as artifact for testing
  • Matrix: Python 3.11, 3.12, 3.13 minimum
  • Consider cibuildwheel if C extensions are added in future

Related

Metadata

Metadata

Labels

ci-cdBuild, release, and CI pipeline

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions