multi-py/Python Versionator
Autoupdate the python package versions in your Github action matrix.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action_path | The path to the action file to update. | yes | — |
| package | The python package whose version is being tracked. | yes | — |
| readme_path | The path to the README file to update. | yes | ${{ github.workspace }}/README.md |
| template_directory | The path to the README template. | yes | "" |
| repository | The repository, for updating the readme. | yes | ${{ github.repository }} |
| organization | The organization, for updating the readme. | yes | ${{ github.repository_owner }} |
| git_name | The name to use as the author of the commit. | yes | ${{ github.repository_owner }} |
| git_email | The email to use for the author of the commit. | yes | python-versionator@tedivm.com |
| max_versions | The maximum number of versions (from most current back) to inject into the action. | yes | 5 |
| exclude_versions | A comma separated list of versions to exclude. | yes | "" |
| skip_readme | When set to true the readme fill will not be generated. | yes | false |
| include_prereleases | If set to true prereleases (alpha, beta, rc) will also be built. | yes | false |
| update_python | When enabled python versions will also be updated. | yes | true |
Outputs
no outputs