Skip to content
Snippets Groups Projects
Commit e3b847e2 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add pip release procedure

parent 73ebd0b3
No related branches found
No related tags found
No related merge requests found
Pipeline #6887 failed
......@@ -89,3 +89,15 @@ pages:
only:
- tags
- master
pypi:
image: docker.km3net.de/base/python:3
stage: release
cache: {}
script:
- pip install -U twine
- python setup.py sdist
- twine upload dist/*
only:
- tags
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