actions-marketplace-validations/Python auto-release (PyPI & GitHub)

Auto-detect version increase, build and publish PyPI, tag and release on GitHub, parse `CHANGELOG.md`.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pypi-tokenToken of the PyPI account publishing the project. If missing, PyPI release is skipped.noskip
gh-tokenGithub action token. If missing, GitHub release is skipped.no
parse-changelogParse the `CHANGELOG.md` (`keep a changelog` format).nofalse
pkg-nameName of the PyPI package (optional).no
pathRoot directory of the project (containing the `pyproject.toml`).no.
git-refGit ref (e.g. SHA or tag) (optional).no""
namedescription
versionLocal project version detected (e.g. `'1.0.0'`)
is-releasedWhether a new release was triggered (`'true'` / `'false'`)