From 222933db390daa7326e57d8ffc5f11bc3eead7e3 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 20 Dec 2018 09:32:00 +0100 Subject: [PATCH] [ci] Remove upload to pypi stage [ci skip] beat.web is a website, it doesn't belong to pypi. --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5132c955f..be9c0ac27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ variables: stages: - build - deploy - - pypi # Build targets @@ -92,19 +91,3 @@ deploy_stable: except: - branches - -pypi: - stage: pypi - environment: pypi - only: - - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - except: - - branches - before_script: - - ./_ci/install.sh _ci master #updates ci support scripts - script: - - ./_ci/pypi.sh - dependencies: - - build_linux_36 - tags: - - deployer -- GitLab