From 313d2d2f5944932d336fd1c556df43b5b58c34d8 Mon Sep 17 00:00:00 2001 From: gmshiba Date: Fri, 24 Feb 2023 19:35:55 +0900 Subject: [PATCH] Update cargo_publish.sh --- cargo_publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo_publish.sh b/cargo_publish.sh index a33aa57..f796824 100755 --- a/cargo_publish.sh +++ b/cargo_publish.sh @@ -1,4 +1,4 @@ -if [ "$PWD" = "$HOME/github/pylyzer" ]; then +if [[ "$PWD" == */pylyzer ]]; then if [ "$PYPI_PASSWORD" = "" ]; then echo "set PYPI_PASSWORD" exit 1