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 <kawasaki@juno.dti.ne.jp>
This commit is contained in:
Shin'ichiro Kawasaki
2022-07-18 10:48:06 +09:00
parent 845b37707e
commit caaec40935

View File

@@ -10,7 +10,7 @@ usage() {
case ${1} in
build)
python setup.py sdist bdist_wheel
python -m build
;;
upload)
shift