diff --git a/scripts/release.sh b/scripts/release.sh index 09127b59..5911b9a1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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() {