celsiusnarhwal/Publish With Poetry

Publish a Python package with Poetry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python-versionThe 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-versionThe 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
repoThe repository to publish to. Must be either "pypi", "testpypi", or an appropriate URL. nopypi
usernameThe username to use for the publication repository.no
passwordThe password to use for the publication repository.no
tokenThe token to use for the publication repository. If provided, this will be preferred over a username and password. no
buildWhether to build the package before publishing it.notrue
build-formatThe format to build the package in. Must be either "sdist" or "wheel". Both formats will be built if this isn't specified. no

no outputs