Update cargo_publish.sh

This commit is contained in:
Shunsuke Shibayama 2023-04-29 14:46:24 +09:00
parent 97b154e7db
commit f8f491559e
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ if [[ "$PWD" == */pylyzer ]]; then
cargo publish
cd ../../
cargo publish
if [ "$1" = "--cargo-only" ]; then
exit 0
fi
fi
if [ "$1" != "--cargo-only" ]; then
if [ "$PYPI_PASSWORD" = "" ]; then