We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b742b9e + 5d42eb0 commit 353b9b3Copy full SHA for 353b9b3
2 files changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # 8.0.0
+ uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 8.1.0
26
27
- name: Build
28
run: uv build
.github/workflows/test.yml
with:
- 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