File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ jobs:
12
12
- uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
+ - name : Install Python
16
+ uses : actions/setup-python@v5
17
+ with :
18
+ python-version : " 3.8"
15
19
- name : Push tag for each updated package
16
20
run : |
17
21
git config --global user.name "SDK Releaser Bot"
18
22
git config --global user.email "noreply@stackit.de"
19
23
24
+ pip install poetry
20
25
scripts/trigger_script.sh
21
-
26
+
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stackit-dns"
3
- version = " v0.0.1a2"
4
- authors = [
5
- " stackit-dns <stackit-dns@mail.schwarz>" ,
6
- ]
3
+ version = " v0.0.1a3"
4
+ authors = [" STACKIT Developer Tools <developer-tools@stackit.cloud>" ]
7
5
description = " STACKIT DNS API"
8
6
readme = " README.md"
9
7
# license = "NoLicense"
You can’t perform that action at this time.
0 commit comments