aio-libs/create-release
GitHub action for publishing release on both PyPI and GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changes_file | Path to CHANGES file generated by towncrier | yes | — |
| name | The project name, empty to autodetect from dists | no | — |
| github_token | GitHub token, e.g. secrets.GITHUB_TOKEN | yes | — |
| pypi_token | PyPI token used to upload packages | yes | — |
| dist_dir | Directory name for dists | no | dist |
| version | Release version to extract | no | "" |
| version_file | Path to file containing __version__ string | no | "" |
| start_line | The marker for towncrier start point | no | .. towncrier release notes start |
| head_line | Regular expression for head line | no | {version}\s+\({date}\) ====+ ? |
| fix_issue_regex | Regexp for issue record replacement | no | "" |
| fix_issue_repl | Replacement rule for regexps found by fix_issue_regex | no | "" |
| check_ref | Perform git tag check to match provided version | no | "" |
Outputs
no outputs