3

I am going through python packaging, build and PyPI cycle. My current understanding is that:

Which module should be used when? What's the difference between the PYPI modules wheel and build?

SuperStormer
  • 4,997
  • 5
  • 25
  • 35
Arun
  • 59
  • 5
  • `build` is just a build tool for PEP-561-compliant packaging. It *uses* `wheel` to produce wheels. – chepner Aug 30 '22 at 22:07

0 Answers0