We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 197f750 + 4b8d12d commit 7f932a4Copy full SHA for 7f932a4
2 files changed
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- name: Install uv
17
- uses: astral-sh/setup-uv@v7.5.0
+ uses: astral-sh/setup-uv@v7
18
with:
19
version: ${{ env.UV_VERSION }}
20
enable-cache: true
@@ -52,7 +52,7 @@ jobs:
52
# install uv
53
#----------------------------------------------
54
55
56
57
58
.github/workflows/pypi-publish.yaml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: astral-sh/setup-uv@v6
- name: Install Python 3.13
run: uv python install 3.13
21
0 commit comments