From 87d9078fe38007cb23d8ba32c3b6f18ba069e2dc Mon Sep 17 00:00:00 2001 From: Qing Date: Fri, 5 Jan 2024 16:27:33 +0800 Subject: [PATCH] update publish --- publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.sh b/publish.sh index 70eb4d9..b4c2e29 100644 --- a/publish.sh +++ b/publish.sh @@ -9,4 +9,3 @@ cp -r web_app/dist ./iopaint/web_app rm -r -f dist python3 setup.py sdist bdist_wheel -twine upload dist/*