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