We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5897536 commit 6b40d9fCopy full SHA for 6b40d9f
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: "3.12"
23
24
- name: Install uv
25
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
26
27
- name: Check if there is a parent commit
28
id: check-parent-commit
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
python-version: ${{ matrix.python }}
48
49
50
51
52
- name: Create uv environment
53
run: uv venv
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
150
151
- name: Install dependencies
152
run: |
0 commit comments