Skip to content

Commit faf01b3

Browse files
authored
test: release-pipeline (#139)
1 parent ccc96c9 commit faf01b3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/release-trigger.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
- name: Install Python
16+
uses: actions/setup-python@v5
17+
with:
18+
python-version: "3.8"
1519
- name: Push tag for each updated package
1620
run: |
1721
git config --global user.name "SDK Releaser Bot"
1822
git config --global user.email "[email protected]"
1923
24+
pip install poetry
2025
scripts/trigger_script.sh
21-
26+

services/dns/pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[tool.poetry]
22
name = "stackit-dns"
3-
version = "v0.0.1a2"
4-
authors = [
5-
"stackit-dns <[email protected]>",
6-
]
3+
version = "v0.0.1a3"
4+
authors = ["STACKIT Developer Tools <[email protected]>"]
75
description = "STACKIT DNS API"
86
readme = "README.md"
97
#license = "NoLicense"

0 commit comments

Comments
 (0)