From caaec40935d6f4e81149319db43c8cf576eece6c Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Mon, 18 Jul 2022 10:48:06 +0900 Subject: [PATCH] release.sh: update package build commands Recent changes in python eco-system require different command to build python packages. Update the commands to fit to the latest environment. Signed-off-by: Shin'ichiro Kawasaki --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 0737c36..c5ad8ef 100755 --- a/release.sh +++ b/release.sh @@ -10,7 +10,7 @@ usage() { case ${1} in build) - python setup.py sdist bdist_wheel + python -m build ;; upload) shift