remove (#11527)
This commit is contained in:
parent
c26651f91f
commit
9b37ca6027
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue