We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf066 commit 981425dCopy full SHA for 981425d
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
python-version: "3.10"
26
27
- name: Install uv
28
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
29
30
- name: Install dependencies
31
run: |
.github/workflows/test_and_build.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
0 commit comments