Skip to content
Packaging and toolingPython Tooling

python -m build

Create source and wheel distributions for packaging projects.

Command
python -m build

Example usage

Build sdist and wheel artifacts after configuring pyproject.toml.

python -m build

Related tags

Packaging and toolingpythonvenvpip