define_06_build

Source Code Build Automation for Python Projects.

class pywf_internal_proprietary.define_06_build.PyWfBuild[source]

Namespace class for build related automation.

python_build(real_run: bool = True, verbose: bool = True)[source]

Build python source distribution using pypa-build.

Run:

python -m build --sdist --wheel
poetry_build(real_run: bool = True, verbose: bool = True)[source]

Build python source distribution using

poetry build.

Run:

poetry build