This commit is contained in:
jerger 2022-03-29 19:13:02 +02:00
parent f5a8bba0ed
commit 2578babdc3
2 changed files with 2 additions and 2 deletions

View file

@ -47,4 +47,4 @@ pypi-stable:
when: never when: never
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/' - if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
script: script:
- pyb -P version=${{ github.ref }} publish upload - pyb -P version=$CI_COMMIT_TAG publish upload

View file

@ -28,7 +28,7 @@ use_plugin("python.distutils")
default_task = "publish" default_task = "publish"
name = "ddadevops" name = "ddadevops"
version = "0.15.1.dev0" version = "0.15.1"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__ description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]