Commit Graph

4 Commits

Author SHA1 Message Date
Brian Krabach 6294c075bc fix: address code review — publish.yml permissions, test docstrings
- Add contents: read permission to publish.yml (required for actions/checkout)
  when any permission is explicitly set, unlisted permissions default to none
- Add timeout-minutes: 15 to publish.yml for consistency with ci.yml
- Add docstrings to 3 pyproject metadata test functions for consistency
  with the rest of the 2000+ line test file
2026-04-04 14:53:40 -07:00
Brian Krabach 1a4fd4cbed ci: add PyPI publish workflow (OIDC Trusted Publisher on tag push) 2026-04-04 14:45:03 -07:00
Brian Krabach aac5703bc4 docs: clarify checkout step intent in CI workflow 2026-04-04 14:42:05 -07:00
Brian Krabach 96c68915e8 ci: add GitHub Actions test workflow (Python 3.11–3.13)
- Add .github/workflows/ci.yml with correct placement in muxplex repo
- Matrix: Python 3.11, 3.12, 3.13 with fail-fast: false
- Uses uv for Python and dependency management with package caching
- Runs pytest via uv run pytest -v (config in pyproject.toml addopts)
- timeout-minutes: 15 to prevent runaway CI costs
- permissions: contents: read for minimal GITHUB_TOKEN scope

Co-authored-by: Amplifier <amplifier@example.com>
2026-04-04 14:39:29 -07:00