Skip to content

Release autotag

Lucas Felix requested to merge release-autotag into master

Release now creates a tag itself.

Release job is split in two. One to upload on Anaconda/PyPI, one to create a Gitlab release and a tag. We can use a conda docker image for the first and the gitlab release-cli one for the second.

Because of this and previous refacto, the python script can be removed to do everything in .gitlab.ci.yaml

Merge request reports