From f78bd5cd97d0f36969b57817f1256ba10e11f0ca Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Thu, 22 Mar 2018 13:03:49 -0700 Subject: [PATCH] Updating _release.sh --- _release.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_release.sh b/_release.sh index beb61d50a..da659cd71 100755 --- a/_release.sh +++ b/_release.sh @@ -64,6 +64,7 @@ else source /home/gituser/VENV/netmiko_packaging/bin/activate which python cd /home/gituser/netmiko + pip install --upgrade setuptools pip install dist/$PACKAGE echo echo @@ -94,7 +95,7 @@ source /home/gituser/VENV/py27_netmiko/bin/activate echo `which python` cd /home/gituser/netmiko ### FIX: Uncomment -#twine upload -r pypitest $DIR_PACKAGE +### twine upload -r pypitest $DIR_PACKAGE echo echo @@ -110,10 +111,10 @@ done echo ### FIX: NEED TO ADD -# twine upload $DIR_PACKAGE +### twine upload $DIR_PACKAGE -sleep 1 +sleep 90 echo echo "Test clean install from pypi" if [ -d "/home/gituser/VENV" ]; then @@ -135,6 +136,7 @@ else source /home/gituser/VENV/netmiko_packaging/bin/activate which python cd /home/gituser + pip install --upgrade setuptools pip install netmiko echo echo