From a2cee0227c3b201eaa75a9bf6757c9c252348234 Mon Sep 17 00:00:00 2001 From: ChunKoo Park Date: Fri, 13 Jan 2023 10:53:52 +0900 Subject: [PATCH] add publish.sh --- publish.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 publish.sh diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..5bc21a2 --- /dev/null +++ b/publish.sh @@ -0,0 +1,5 @@ +rm -rf dist +rm -rf build +rm -rf webuiapi.egg-info +python3 setup.py bdist_wheel +twine upload dist/*