mirror of
https://github.com/catppuccin/python.git
synced 2026-03-16 00:02:01 +08:00
Merge 20a1c6c43e3bffbd18cc127ca2b4e43666825441 into d548fd7fc8202b50fd4741cb48047c84d0bef306
This commit is contained in:
commit
e8570bd34b
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.10"
|
||||
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.10"
|
||||
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.10"
|
||||
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.10"
|
||||
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.10"
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user