We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77f6123 + c1fae1f commit e744defCopy full SHA for e744def
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v5
25
- name: Install uv
26
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
27
- name: Install dependencies
28
run: uv sync
29
- name: Extract Python test versions
@@ -56,7 +56,7 @@ jobs:
56
git config --global user.email "[email protected]"
57
58
- name: Install uv and set Python version
59
60
with:
61
python-version: ${{ matrix.python-version }}
62
enable-cache: true
0 commit comments