Hi, this issue might be out of scope and I apologize if that's the case.
I have a setuptools extension that implements custom build commands to generate some third-party formated extensions from a python package (typically generate some tweaked metadata files and wraps everything in a zip archive).
Since python -m build is to replace python setup.py build, how to tell build to run a custom command (extend the --sdist/--wheel) ?