Skip to content
Snippets Groups Projects
Commit 3f2d39c3 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Test auto release

parent 7109531b
No related branches found
No related tags found
No related merge requests found
Pipeline #20121 failed
......@@ -35,12 +35,18 @@ release_job:
stage: release
image: python
needs: ["pages"]
variables:
PATH: "$HOME/bin:$PATH"
tags:
- docker, specific
rules:
- if: $CI_COMMIT_TAG
before_script:
- pip install twine
- mkdir -p ~/bin/
- curl --location --output ~/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
- chmod +x ~/bin/release-cli
script:
- python setup.py sdist
- TWINE_PASSWORD=${CI_JOB_TOKEN}
......
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