mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
Update dependency astral-sh/uv to v0.11.21 (#19843)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
|
||||
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
|
||||
|
||||
@@ -34,5 +34,5 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
- run: uvx ruff format --diff .
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
- run: uvx ruff check .
|
||||
|
||||
ty:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
- run: |
|
||||
uvx ty check python/uv
|
||||
uvx \
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
|
||||
|
||||
readme:
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
- name: "Check project lockfile"
|
||||
run: uv lock --check
|
||||
- name: "Check script lockfiles"
|
||||
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
|
||||
- name: "Build docs"
|
||||
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
||||
with:
|
||||
version: "0.11.19"
|
||||
version: "0.11.21"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
||||
Reference in New Issue
Block a user