Skip to content
Snippets Groups Projects
Commit 222933db authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[ci] Remove upload to pypi stage [ci skip]

beat.web is a website, it doesn't belong to pypi.
parent 3af2d0b5
No related branches found
No related tags found
No related merge requests found
Pipeline #25581 skipped
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment