Skip to content

Commit c76b079

Browse files
committed
Hotfixed release.
1 parent 13f7637 commit c76b079

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.13"
21+
python-version: "3.12"
2222

2323
- uses: astral-sh/setup-uv@v7
2424

@@ -45,7 +45,7 @@ jobs:
4545
run: uv run ruff check src test
4646

4747
- name: Mypy
48-
run: uv run mypy src/sportradar_datacore_api
48+
run: uv run mypy src/kinexon_handball_api
4949

5050
- name: Pytest
5151
run: uv run pytest
@@ -58,12 +58,12 @@ jobs:
5858
uses: anchore/sbom-action@v0
5959
with:
6060
path: dist
61-
artifact-name: sportradar-sbom
61+
artifact-name: kinexon-handball-sbom
6262

6363
- name: Upload release artifacts
6464
uses: actions/upload-artifact@v7
6565
with:
66-
name: sportradar-dist
66+
name: kinexon-handball-dist
6767
path: dist/*
6868

6969
- name: Attest build provenance

0 commit comments

Comments
 (0)