Skip to content
Snippets Groups Projects

Change to pipeline usage

Merged Michael Moser requested to merge change_to_pipeline_usage into master
+ 11
0
@@ -16,3 +16,14 @@ pages:
artifacts:
paths:
- public
pypi:
image: docker.km3net.de/base/python:3
cache: {}
script:
- pip install -U twine
- python setup.py sdist
- twine upload dist/*
only:
- tags
Loading