stjudecloud/Release Python via Poetry
Github Action to release a Poetry-based Python app as we regularly do on the St. Jude Cloud project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The token used to publish releases to Github. | yes | — |
| PYPI_TOKEN | The token used to publish releases to PyPI. | yes | — |
| python-version | Version range or exact version of a Python version to use, using SemVer's version range syntax. | no | 3.x |
| node-version | Version range or exact version of a Node version to use, using SemVer's version range syntax. | no | 15.x |
| committer-name | Name to use when commiting version updates to the repository. | no | St. Jude Cloud |
| committer-email | Email to use when commiting version updates to the repository. | no | support@stjude.cloud |
| run-pytest | Runs pytest before release | no | false |
Outputs
no outputs