This commit is contained in:
Shaojun Liu 2024-07-08 15:49:52 +08:00 committed by GitHub
parent c26651f91f
commit 9b37ca6027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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