We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d700aee + bb897c4 commit dca1e68Copy full SHA for dca1e68
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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # 7.1.0
+ uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # 7.1.1
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