From a2f9a993e0579a40dae5b9c77e06809f3845e36e Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Sat, 23 Sep 2017 18:18:27 +0200
Subject: [PATCH] Avoid leaking the password in the logs

---
 gitlab/pypi.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/pypi.sh b/gitlab/pypi.sh
index 76dc61d..700a5a7 100755
--- a/gitlab/pypi.sh
+++ b/gitlab/pypi.sh
@@ -11,4 +11,4 @@ if [ "${VISIBILITY}" != "public" ]; then
 fi
 
 log_info "Uploading package to PyPI on behalf of user ${PYPIUSER}..."
-run_cmd twine upload --skip-existing --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
+twine upload --skip-existing --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip
-- 
GitLab