mirror of
https://github.com/catppuccin/python.git
synced 2026-02-19 16:15:05 +08:00
Merge 00fabb2fd8da9d9cd3b6e75f27e22b105df5cc55 into d548fd7fc8202b50fd4741cb48047c84d0bef306
This commit is contained in:
commit
bd56e59f2e
2
.github/workflows/gh-pages.yaml
vendored
2
.github/workflows/gh-pages.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.6.3"
|
||||
python-version: "3.13"
|
||||
|
||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.6.3"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
2
.github/workflows/palette.yml
vendored
2
.github/workflows/palette.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.6.3"
|
||||
python-version: "3.13"
|
||||
|
||||
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.6.3"
|
||||
enable-cache: true
|
||||
|
||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
version: "0.6.3"
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user