Skip to content

CI/CD: test matrix and automated PyPI publish #6

Description

@kicka5h

GitHub Actions workflows for continuous testing and automated releases.

Scope

  • `ci.yml`: run `pytest` on push/PR to `main` across Python 3.10, 3.11, 3.12
  • `publish.yml`: triggered by `v*` tags — test, build, publish to PyPI, create GitHub Release
  • PyPI publish uses OIDC trusted publishing (no stored API token)
  • GitHub Release automatically attaches `.whl` and `.tar.gz` artifacts

Acceptance criteria

  • CI passes on all three Python versions
  • Publish workflow runs end-to-end on a test tag
  • PyPI trusted publisher configured (no `PYPI_TOKEN` secret needed)
  • GitHub Release created with artifacts on tag push

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions