From eb9ff3a4689e7633c82624decf6401f9a189a060 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 26 Dec 2020 21:38:32 +0200
Subject: [PATCH] Tweak GitLab CI.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53e3ec6..7c51269 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,8 @@ upload:
   image: python:3.6
   before_script:
     - pip install twine
-  script:
     - mv "$pypirc" $HOME/.pypirc
+  script:
     - python setup.py bdist_wheel
     - twine upload dist/*
   variables: *variables
-- 
GitLab