From 3574d109b768e0289ea3c0738900e82b1eb68454 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 22 Sep 2017 11:30:31 +0200 Subject: [PATCH] Adjust comment --- gitlab/pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/pypi.sh b/gitlab/pypi.sh index 0201147..d161a52 100755 --- a/gitlab/pypi.sh +++ b/gitlab/pypi.sh @@ -10,6 +10,6 @@ if [ "${VISIBILITY}" != "public" ]; then exit 0 fi -log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..." +log_info "Uploading package to PyPI on behalf of user ${PYPIUSER}..." twine register --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip twine upload --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip -- GitLab