From 7ff9388b116a4edcc7fc104b5fbb528a695035cb Mon Sep 17 00:00:00 2001 From: Tobias Burgherr Date: Wed, 10 Sep 2025 20:09:23 +0200 Subject: [PATCH] Update uv action version --- .github/actions/setup-venv/action.yml | 2 +- .github/workflows/publish-pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index 398dd26..ea618ba 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: "Install uv" - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v6 with: # Install a specific version of uv. version: "0.8.16" diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index e557133..0bc80c6 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/${{ github.repository }} + url: https://pypi.org/p/${{ github.event.repository.name }} permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: