release
This commit is contained in:
parent
9bc6e2fd12
commit
89f54fb8eb
2 changed files with 30 additions and 35 deletions
5
.github/workflows/stable.yml
vendored
5
.github/workflows/stable.yml
vendored
|
@ -9,11 +9,6 @@ jobs:
|
|||
name: stable build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build&upload
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.8.10.dev"
|
||||
version = "0.8.11.dev"
|
||||
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