Skip to content

Release

invoke_tasklib.release

Build and publish tasks (PyPI package).

invoke_tasklib.release.build

build(c: Context, check: bool = False) -> None

Build the package and verify it can be installed.

Parameters:

Name Type Description Default
c Context

The invoke context.

required
check bool

If True, also check the package's PyPI metadata with twine. Default is False.

False

invoke_tasklib.release.pypi

pypi(c: Context) -> None

Build and publish the package to PyPI.