Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Jul 8, 2024
1 parent c26651f commit 9bdbf72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/llm/dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
[email protected]:/home/frs/project/analytics-zoo/ipex-llm-whl/ipex-llm/${ipex_llm_version}/

fi

0 comments on commit 9bdbf72

Please sign in to comment.