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 2345c5a commit a138b76Copy full SHA for a138b76
.github/workflows/pre-commit.yml
@@ -38,7 +38,7 @@ jobs:
38
python-version: '3.14'
39
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
40
with:
41
- version: 0.10.12
+ version: 0.11.0
42
enable-cache: false
43
- name: detect method
44
id: detect
.github/workflows/setup.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: build sdist
28
run: uv build
29
- name: twine
0 commit comments