diff --git a/gitlab/pypi.sh b/gitlab/pypi.sh index 02011474a23ed4ba5b9d131bdfe9f691b3033287..d161a52dbd1d0e200c81dd1c790efde7e833082f 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