Skip to content

Commit 023414b

Browse files
committed
fix(uv) remigrate observability after merge, add name to gh action step
1 parent 65b1eb0 commit 023414b

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: astral-sh/setup-uv@v7
18+
- name: install uv & python
19+
uses: astral-sh/setup-uv@v7
1920
with:
2021
version: "0.10.4"
2122
python-version: "3.9"

services/observability/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
[project]
22
name = "stackit-observability"
3-
4-
[tool.poetry]
5-
name = "stackit-observability"
63
version = "v0.13.0"
7-
authors = [
8-
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
9-
]
104
description = "STACKIT Observability API"
115
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
126
requires-python = ">=3.9,<4.0"
@@ -54,7 +48,7 @@ dev = [
5448
default-groups = "all"
5549

5650
[tool.uv.sources]
57-
stackit-core = { path = "../../core" }
51+
stackit-core = { path = "../../stackit-core" }
5852

5953
[tool.hatch.build.targets.sdist]
6054
include = ["src/stackit"]

services/observability/uv.lock

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)