Skip to content
Snippets Groups Projects
Verified Commit ce5e2c6b authored by Janis Streib's avatar Janis Streib :owl:
Browse files

ADD: dev-tag for devel buidls

parent 32e820ce
No related branches found
No related tags found
No related merge requests found
Pipeline #269109 passed
......@@ -30,7 +30,7 @@ class APIGenBuild(build_py):
setup(
name='netdb_client',
version=f'{str(largest_ver)}+{os.environ.get("CI_COMMIT_BRANCH", "local")}-{os.environ.get("CI_COMMIT_SHORT_SHA", "HEAD")}',
version=f'{str(largest_ver)}{".dev1" if os.environ.get("CI_COMMIT_BRANCH", "local") == "devel" else ""}+{os.environ.get("CI_COMMIT_BRANCH", "local")}.{os.environ.get("CI_COMMIT_SHORT_SHA", "HEAD")}',
author='NETVS-Team <netvs@scc.kit.edu>',
description='This is a meta package to install the automatically generated NET-API definitionsi for the currently supported API versions.',
url='https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib',
......
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