mirror of https://github.com/mtshiba/pylyzer
Update cargo_publish.sh
This commit is contained in:
parent
97b154e7db
commit
f8f491559e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue