Skip to content
Snippets Groups Projects
Commit add0a385 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

set default version for import via pip+git

parent ef452b5b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ build_package:
script:
- pip install -r requirements.txt
- VER=${CI_COMMIT_TAG#*-}
- sed -i "s_VERSION_${VER}_g" setup.cfg
- sed -i "s_0.0.1_${VER}_g" setup.cfg
- python -m build
artifacts:
paths:
......
[metadata]
name = airflow_datacat_integration
version = VERSION
version = 0.0.1
author = Christian Boettcher
author_email = c.boettcher@fz-juelich.de
description = Datacatalog Integration for Apache Airflow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment