Skip to content

Commit 87967b7

Browse files
committed
build_wheels.bat: update build process to use 'python -m build'
1 parent 59c29df commit 87967b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_wheels.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for /D %%d in ("%DIR0%*") do (
2929
echo ******************************************************************************
3030
echo Building %MODNAME% from "%%d"
3131
echo ******************************************************************************
32-
python setup.py build bdist_wheel
32+
python -m build
3333
echo ----
3434
set PATH=!OLD_PATH!
3535
)

0 commit comments

Comments
 (0)