[build] generate sdist and wheel packages using 'build' module

This commit is contained in:
Mike Fährmann
2024-04-03 19:33:14 +02:00
parent 24d792b735
commit 4103eb9918

View File

@@ -44,9 +44,9 @@ update-dev() {
build-python() {
cd "${ROOTDIR}"
echo Building bdist_wheel and sdist
echo Building sdist and wheel
python setup.py bdist_wheel sdist
python -m build
}
build-linux() {