We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc96c9 commit faf01b3Copy full SHA for faf01b3
2 files changed
.github/workflows/release-trigger.yaml
@@ -12,10 +12,15 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
+ - name: Install Python
16
+ uses: actions/setup-python@v5
17
+ with:
18
+ python-version: "3.8"
19
- name: Push tag for each updated package
20
run: |
21
git config --global user.name "SDK Releaser Bot"
22
git config --global user.email "noreply@stackit.de"
23
24
+ pip install poetry
25
scripts/trigger_script.sh
-
26
+
services/dns/pyproject.toml
@@ -1,9 +1,7 @@
1
[tool.poetry]
2
name = "stackit-dns"
3
-version = "v0.0.1a2"
4
-authors = [
5
- "stackit-dns <stackit-dns@mail.schwarz>",
6
-]
+version = "v0.0.1a3"
+authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
7
description = "STACKIT DNS API"
8
readme = "README.md"
9
#license = "NoLicense"
0 commit comments