merge-requests/3/head 0.15.1
jerger 2 years ago
parent f5a8bba0ed
commit 2578babdc3

@ -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

@ -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…
Cancel
Save