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
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ build_package: ...@@ -46,7 +46,7 @@ build_package:
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- VER=${CI_COMMIT_TAG#*-} - 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 - python -m build
artifacts: artifacts:
paths: paths:
......
[metadata] [metadata]
name = airflow_datacat_integration name = airflow_datacat_integration
version = VERSION version = 0.0.1
author = Christian Boettcher author = Christian Boettcher
author_email = c.boettcher@fz-juelich.de author_email = c.boettcher@fz-juelich.de
description = Datacatalog Integration for Apache Airflow 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