I am going through python packaging, build and PyPI cycle. My current understanding is that:
- using the wheel package, we can create a whl package.
- the build package can also create a whl package.
Which module should be used when? What's the difference between the PYPI modules wheel and build?