From 608b04362ad8bba8b862497897e5fdc5eba1759b Mon Sep 17 00:00:00 2001 From: "sascha.herzinger" <sascha.herzinger@uni.lu> Date: Mon, 27 Nov 2017 13:40:15 +0100 Subject: [PATCH] tab -> space --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb9fae7..d8345c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ release:pypi: - yum install -y epel-release - yum update -y - yum install -y python34 python34-pip - - pip3 install twine + - pip3 install twine - python3 setup.py sdist - - twine upload dist/* -u ${PYPI_USER} -p ${PYPI_PASSWORD} + - twine upload dist/* -u ${PYPI_USER} -p ${PYPI_PASSWORD} only: - tags -- GitLab