We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b923740 commit 2df827aCopy full SHA for 2df827a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
run: sudo apt-get install gettext
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
21
22
- name: Validate
23
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
.github/workflows/deploy-gh-page.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Build
run: JOBS=4 MODE=html make all
.github/workflows/py313-sync-cpython.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Sync with CPython
37
run: make clone && make merge && make rm_cpython
0 commit comments