Describe the feature
Latest release (0.27.0) does not provide sdist but only wheels on PyPI.
Use Case
FreeBSD Ports collection uses sdist to build the packages.
Proposed Solution
python -m build --sdist
python -m twine upload dist/*
Other Information
No response
Acknowledgements