mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
Update dependency astral-sh/uv to v0.11.8 (#19247)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
|
||||
- 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
- run: uvx ruff format --diff .
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
- run: uvx ruff check .
|
||||
|
||||
ty:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
- run: |
|
||||
uvx ty check python/uv
|
||||
uvx \
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
|
||||
|
||||
readme:
|
||||
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: "Install uv"
|
||||
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
|
||||
- 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -144,7 +144,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
@@ -208,7 +208,7 @@ jobs:
|
||||
|
||||
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||
with:
|
||||
version: "0.11.7"
|
||||
version: "0.11.8"
|
||||
|
||||
- name: "Install required Python versions"
|
||||
run: uv python install
|
||||
|
||||
Reference in New Issue
Block a user