diff --git a/.github/workflows/python-publish-testpypi.yml b/.github/workflows/python-publish-testpypi.yml index 179978f..a18736e 100644 --- a/.github/workflows/python-publish-testpypi.yml +++ b/.github/workflows/python-publish-testpypi.yml @@ -17,7 +17,7 @@ jobs: uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: # Install a specific version of uv. - version: "0.11.20" + version: "0.11.21" enable-cache: true - name: Build release distributions run: | diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index dfe816e..c7887ba 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -14,7 +14,7 @@ jobs: uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: # Install a specific version of uv. - version: "0.11.20" + version: "0.11.21" enable-cache: true - name: Build release distributions run: | diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 634a74f..d6bfe86 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -24,7 +24,7 @@ jobs: uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: # Install a specific version of uv. - version: "0.11.20" + version: "0.11.21" enable-cache: true - name: Install dependencies run: |