From fad0bdf3b288d80befa8e80a724c8166d0286c41 Mon Sep 17 00:00:00 2001
From: vermeul <swen@ethz.ch>
Date: Wed, 25 Sep 2019 10:36:59 +0200
Subject: [PATCH] added stage

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a386d19..f61c2ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: python:3.7-stretch
 stages:
     - style
     - tests
-    - pypi_test
+    - pypi_upload
 
 before_script:
     - pip install -U pip setuptools
@@ -26,3 +26,4 @@ pypi_test:
         - python setup.py sdist
         - twine upload -u openbis-team -p 4z2-3oZ-rFK-YNh --repository-url https://test.pypi.org/legacy/ dist/*
     when: manual
+    stage: pypi_upload
-- 
GitLab