diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad0ffa..bf6877c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.12" - uses: astral-sh/setup-uv@v7 @@ -45,7 +45,7 @@ jobs: run: uv run ruff check src test - name: Mypy - run: uv run mypy src/sportradar_datacore_api + run: uv run mypy src/kinexon_handball_api - name: Pytest run: uv run pytest @@ -58,12 +58,12 @@ jobs: uses: anchore/sbom-action@v0 with: path: dist - artifact-name: sportradar-sbom + artifact-name: kinexon-handball-sbom - name: Upload release artifacts uses: actions/upload-artifact@v7 with: - name: sportradar-dist + name: kinexon-handball-dist path: dist/* - name: Attest build provenance