From 81bd9319d3a6101d898b3b044319e0ff0eaf7d7c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Sat, 18 Feb 2017 09:13:57 +0100 Subject: [PATCH] Comment-out use of testpypi during deployment --- gitlab/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 34b1ca2..21e19b8 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -5,8 +5,8 @@ source $(dirname ${0})/functions.sh lock_pypirc -setup_deploy register --repository staging -setup_deploy check sdist --formats zip upload --repository staging +#setup_deploy register --repository staging +#setup_deploy check sdist --formats zip upload --repository staging # if that worked, uploads source package to the production index log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..." -- GitLab