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

pull/5479/head
Mike Fährmann 6 months ago
parent 24d792b735
commit 4103eb9918
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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() {

Loading…
Cancel
Save