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