Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
version: "0.12.8"
version: "0.12.9"
- name: Build current wenxian wheel
run: uv build --wheel
- name: Assemble website and prebuilt Python environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
version: "0.12.8"
version: "0.12.9"
- name: Run pre-commit hooks
run: uvx pre-commit run --all-files

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
version: "0.12.8"
version: "0.12.9"
- name: Install dependencies
run: uv pip install --system nox[uv]
- name: Test with pytest
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
version: "0.12.8"
version: "0.12.9"
- uses: actions/setup-node@v6
with:
node-version: 22
Expand Down
Loading