From bad77ae5a180b9db64663abd452f547c656353d4 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 7 Jun 2017 23:22:22 +0100 Subject: [PATCH] Specify image on all jobs, enable twine. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e36cd5645..c28ef0ece 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -344,6 +344,7 @@ deploy-doc: <<: *setup_ssh stage: deploy when: manual + image: python:3.5 tags: - docker @@ -370,5 +371,4 @@ deploy-pypi: script: - pip install setuptools wheel twine - - ls dist/* - - echo "twine upload dist/*" + - twine upload dist/* -- GitLab