We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 251505a + 52e8c09 commit b3b1861Copy full SHA for b3b1861
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@5a7eac68fb9809dea845d802897dc5c723910fa3 # 7.1.3
+ uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # 7.1.4
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