Skip to content

Set up GitHub Actions CI for maturin wheel builds #101

Description

@dmartmillan

Description
Add .github/workflows/ci.yml to build and test wheels across the full matrix, and .github/workflows/release.yml to publish to PyPI on tag.

Files

  • .github/workflows/ci.yml — NEW/UPDATE
  • .github/workflows/release.yml — NEW
    CI matrix
  • OS: ubuntu-latest, macos-latest, windows-latest
  • Python: 3.8, 3.10, 3.12
  • Jobs: cargo test, maturin build --release, pytest tests/

Definition of Done

Documentation needed: Update CONTRIBUTING.md — explain CI matrix and how to reproduce locally.

Tests needed: CI itself is the test; verify all matrix jobs pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions