From c14f787f10661b2819fa2a9e4a7152ad2e1242ae Mon Sep 17 00:00:00 2001
From: Yngve Levinsen <yngve.levinsen@esss.se>
Date: Thu, 5 Sep 2019 10:00:59 +0200
Subject: [PATCH] release will not work until an account is given

---
 .gitlab-ci.yml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fefb7f0..d317a42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,15 +25,15 @@ pages:
   only:
   - master
 
-release-pypi:
-  tags:
-    - docker
-  stage: deploy
-  image: python:3.7
-  before_script:
-    - pip install twine
-  script:
-    - python setup.py check sdist bdist_wheel
-    - twine upload dist/*
-  only:
-    - tags
+#release-pypi:
+#  tags:
+#    - docker
+#  stage: deploy
+#  image: python:3.7
+#  before_script:
+#    - pip install twine
+#  script:
+#    - python setup.py check sdist bdist_wheel
+#    - twine upload dist/*
+#  only:
+#    - tags
-- 
GitLab