We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7607813 + 88e50bc commit a45ffe4Copy full SHA for a45ffe4
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
persist-credentials: false
24
25
- name: Install the latest version of uv
26
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
+ uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # 8.0.0
27
28
- name: Build
29
run: uv build
.github/workflows/test.yml
submodules: true
- name: Install tox
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
- name: Install Python
0 commit comments