diff --git a/gitlab/pypi.sh b/gitlab/pypi.sh index 76dc61de57a120dd7c84eb6365ac08b3b9a4b95d..700a5a77788d6cc7c6e218a48a8a6c33c7dd7eb7 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