python -m build is the currently approved way, you will first need to install the build package eg pip install build.
I did not see where you set up your environment and tools so I do not know where to add this step. Perhaps you prefer to Just Know what you need to have installed.
python -m build
is the currently approved way, you will first need to install the build package egpip install build
.I did not see where you set up your environment and tools so I do not know where to add this step. Perhaps you prefer to Just Know what you need to have installed.