multi-py/Python Versionator

Autoupdate the python package versions in your Github action matrix.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
action_pathThe path to the action file to update.yes
packageThe python package whose version is being tracked.yes
readme_pathThe path to the README file to update.yes${{ github.workspace }}/README.md
template_directoryThe path to the README template.yes""
repositoryThe repository, for updating the readme.yes${{ github.repository }}
organizationThe organization, for updating the readme.yes${{ github.repository_owner }}
git_nameThe name to use as the author of the commit.yes${{ github.repository_owner }}
git_emailThe email to use for the author of the commit.yespython-versionator@tedivm.com
max_versionsThe maximum number of versions (from most current back) to inject into the action.yes5
exclude_versionsA comma separated list of versions to exclude.yes""
skip_readmeWhen set to true the readme fill will not be generated.yesfalse
include_prereleasesIf set to true prereleases (alpha, beta, rc) will also be built.yesfalse
update_pythonWhen enabled python versions will also be updated.yestrue

no outputs