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.
1 parent bc02ebd commit 12201a7Copy full SHA for 12201a7
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Install uv
26
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
27
with:
28
enable-cache: true
29
python-version: "3.13"
@@ -89,7 +89,7 @@ jobs:
89
gh release create "$tag_name" -F "CHANGELOG.md" "${assets[@]}"
90
91
92
93
94
95
activate-environment: true
.github/workflows/coverage_and_lint.yaml
@@ -25,7 +25,7 @@ jobs:
30
31
0 commit comments