Update cargo_publish.sh

This commit is contained in:
gmshiba 2023-02-24 19:35:55 +09:00
parent 195890371a
commit 313d2d2f59
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if [ "$PWD" = "$HOME/github/pylyzer" ]; then if [[ "$PWD" == */pylyzer ]]; then
if [ "$PYPI_PASSWORD" = "" ]; then if [ "$PYPI_PASSWORD" = "" ]; then
echo "set PYPI_PASSWORD" echo "set PYPI_PASSWORD"
exit 1 exit 1