Requires the package build.
build
pip install --upgrade build
Inside the package's source code directory, run:
python -m build
The result of the build will be inside the dist directory.
dist