Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun committed Mar 26, 2024
1 parent e33bc2b commit c4807de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ${upload} == true ]; then
# upload to pypi
upload_to_pypi_command="twine upload dist/bigdl_llm-${bigdl_version}-*-${verbose_pname}.whl"
echo "Please manually upload with this command: $upload_to_pypi_command"
# $upload_to_pypi_command
$upload_to_pypi_command

# upload to sourceforge
rsync -avzr -e \
Expand Down

0 comments on commit c4807de

Please sign in to comment.