Migrated from `TODO.md` (CI / release / infra section). This is a confirm-and-close checklist; several items may already be satisfied. ### Items covered - Confirm the Codecov "Missing Base Commit" warning is gone after the next PR. (#117) - Confirm `CODECOV_TOKEN` is set under repo Settings -> Secrets and variables -> Actions. (#118) - After merge, watch the first `Unit tests` run on `main`; the codecov upload should run on `ubuntu-latest` + `3.13` only. (#118) - Confirm the README codecov badge resolves to a percentage instead of "unknown". (#118) - Update the README CI badge URL when `run-tests.yml` is renamed or replaced. (#119) - Bump the version in `pyproject.toml` on `main` and confirm a tag + release appear on the releases page. (#87) - Ensure the PyPI trusted publisher is configured for this repo (one-time manual step via the PyPI browser UI). (#86)
Migrated from
TODO.md(CI / release / infra section). This is a confirm-and-close checklist; several items may already be satisfied.Items covered
CODECOV_TOKENis set under repo Settings -> Secrets and variables -> Actions. (ci: upload coverage on push to main + consolidate CI workflows #118)Unit testsrun onmain; the codecov upload should run onubuntu-latest+3.13only. (ci: upload coverage on push to main + consolidate CI workflows #118)run-tests.ymlis renamed or replaced. (docs: friendlier landing README, lead with features; fix TPLS wording #119)pyproject.tomlonmainand confirm a tag + release appear on the releases page. (Add GitHub Release and tag creation to publish workflow #87)