bjoluc/Release Poetry Python Project
Release a Poetry Python project using semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pypi_token | An API token for the PyPI repository specified by `pypi_repository` | yes | — |
| github_token | A GitHub API token to publish GitHub releases and comment on resolved issues | no | ${{ github.token }} |
| pypi_repository | The repository to upload your Python package to (e.g., `https://upload.pypi.org/legacy/` for PyPI, or `https://test.pypi.org/legacy/` for Test PyPI) | no | — |
| release_branch | The name of the Git branch to be released | no | — |
| changelog_file | The path of the changelog file | no | — |
Outputs
no outputs