mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-07-21 17:41:18 +02:00
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:
@@ -10,7 +10,7 @@ usage() {
|
|||||||
|
|
||||||
case ${1} in
|
case ${1} in
|
||||||
build)
|
build)
|
||||||
python setup.py sdist bdist_wheel
|
python -m build
|
||||||
;;
|
;;
|
||||||
upload)
|
upload)
|
||||||
shift
|
shift
|
||||||
|
Reference in New Issue
Block a user