celsiusnarhwal/Publish With Poetry
Publish a Python package with Poetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | The version of Python to use. If you don't provide this, the action will use whatever version is in $PATH. Poetry requires Python 3.7 or later. | no | — |
| poetry-version | The version of Poetry to use. If you don't provide this, the action will use the version of Poetry in $PATH if one exists and install the latest stable version of Poetry otherwise. | no | — |
| repo | The repository to publish to. Must be either "pypi", "testpypi", or an appropriate URL. | no | pypi |
| username | The username to use for the publication repository. | no | — |
| password | The password to use for the publication repository. | no | — |
| token | The token to use for the publication repository. If provided, this will be preferred over a username and password. | no | — |
| build | Whether to build the package before publishing it. | no | true |
| build-format | The format to build the package in. Must be either "sdist" or "wheel". Both formats will be built if this isn't specified. | no | — |
Outputs
no outputs