We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c29df commit 87967b7Copy full SHA for 87967b7
scripts/build_wheels.bat
@@ -29,7 +29,7 @@ for /D %%d in ("%DIR0%*") do (
29
echo ******************************************************************************
30
echo Building %MODNAME% from "%%d"
31
32
- python setup.py build bdist_wheel
+ python -m build
33
echo ----
34
set PATH=!OLD_PATH!
35
)
0 commit comments