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:
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 "noreply@stackit.de"
1923
24+ pip install poetry
2025 scripts/trigger_script.sh
21-
26+
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " 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>" ]
75description = " STACKIT DNS API"
86readme = " README.md"
97# license = "NoLicense"
You can’t perform that action at this time.
0 commit comments