From 9bdbf72dc452e1efbcd4082ef22793295b079e8b Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:36:41 +0800 Subject: [PATCH] remove --- python/llm/dev/release.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python/llm/dev/release.sh b/python/llm/dev/release.sh index 93ca7d57197..d4c85498b89 100644 --- a/python/llm/dev/release.sh +++ b/python/llm/dev/release.sh @@ -75,11 +75,4 @@ if [ ${upload} == true ]; then upload_to_pypi_command="twine upload dist/ipex_llm-${ipex_llm_version}-*-${verbose_pname}.whl" echo "Please manually upload with this command: $upload_to_pypi_command" $upload_to_pypi_command - - # upload to sourceforge - rsync -avzr -e \ - "sshpass -p '${SOURCEFORGE_PW}' ssh -o StrictHostKeyChecking=no" \ - ./dist/ipex_llm-${ipex_llm_version}-*-${verbose_pname}.whl \ - intelanalytics@frs.sourceforge.net:/home/frs/project/analytics-zoo/ipex-llm-whl/ipex-llm/${ipex_llm_version}/ - fi