We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c1a2d commit 599b2daCopy full SHA for 599b2da
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install uv
19
uses: astral-sh/setup-uv@v1
20
with:
21
- python-version: "3.10"
+ python-version: "3.12"
22
- name: Build project for distribution
23
run: uv build
24
- name: Check Version
0 commit comments