We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb176af commit f0cb2a8Copy full SHA for f0cb2a8
2 files changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v6
22
23
- name: Install uv
24
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8
25
26
- name: Set up Python
27
run: uv python install 3.12
.github/workflows/testing.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
0 commit comments