pumllint is now on PyPI: pip install pumllint (or pipx / uv tool install pumllint).
- Releases publish automatically from the
v*tag via PyPI Trusted Publishing (OIDC, no stored token): build,twine check --strict, and an away-from-source wheel smoke test gate the upload (.github/workflows/publish.yml). - Packaging metadata modernized: PEP 639 license expression, README as the PyPI page, classifiers for the tested 3.11/3.12 matrix, project URLs incl. the live example report.
- New
pumllint --versionflag on all commands — the only product-code change; rules, scoring and reports are untouched, golden scores stay frozen. - Docs lead with
pip install pumllint; the setup guide's five stale v0.18.0 pins were fixed and the pin drift guard now covers both README and setup guide, action pins and pre-commit revs alike.