release
This commit is contained in:
parent
f5a8bba0ed
commit
2578babdc3
2 changed files with 2 additions and 2 deletions
|
@ -47,4 +47,4 @@ pypi-stable:
|
|||
when: never
|
||||
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
|
||||
script:
|
||||
- pyb -P version=${{ github.ref }} publish upload
|
||||
- pyb -P version=$CI_COMMIT_TAG publish upload
|
||||
|
|
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.15.1.dev0"
|
||||
version = "0.15.1"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
|
|
Loading…
Reference in a new issue