We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f7637 commit c76b079Copy full SHA for c76b079
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-python@v6
20
with:
21
- python-version: "3.13"
+ python-version: "3.12"
22
23
- uses: astral-sh/setup-uv@v7
24
@@ -45,7 +45,7 @@ jobs:
45
run: uv run ruff check src test
46
47
- name: Mypy
48
- run: uv run mypy src/sportradar_datacore_api
+ run: uv run mypy src/kinexon_handball_api
49
50
- name: Pytest
51
run: uv run pytest
@@ -58,12 +58,12 @@ jobs:
58
uses: anchore/sbom-action@v0
59
60
path: dist
61
- artifact-name: sportradar-sbom
+ artifact-name: kinexon-handball-sbom
62
63
- name: Upload release artifacts
64
uses: actions/upload-artifact@v7
65
66
- name: sportradar-dist
+ name: kinexon-handball-dist
67
path: dist/*
68
69
- name: Attest build provenance
0 commit comments