mirror of
https://github.com/catppuccin/python.git
synced 2026-02-19 16:15:05 +08:00
chore(deps): update dependency astral-sh/uv to v0.10.4
This commit is contained in:
parent
d548fd7fc8
commit
856af133dd
2
.github/workflows/gh-pages.yaml
vendored
2
.github/workflows/gh-pages.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: "0.6.3"
|
||||
version: "0.10.4"
|
||||
python-version: "3.13"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: "0.6.3"
|
||||
version: "0.10.4"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
2
.github/workflows/palette.yml
vendored
2
.github/workflows/palette.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: "0.6.3"
|
||||
version: "0.10.4"
|
||||
python-version: "3.13"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
python-version-file: "pyproject.toml"
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: "0.6.3"
|
||||
version: "0.10.4"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
- run: uv build
|
||||
|
||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: "0.6.3"
|
||||
version: "0.10.4"
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user