mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-07-21 09:31:21 +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
|
||||
build)
|
||||
python setup.py sdist bdist_wheel
|
||||
python -m build
|
||||
;;
|
||||
upload)
|
||||
shift
|
||||
|
Reference in New Issue
Block a user