We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d973d8 + ae1f858 commit a296722Copy full SHA for a296722
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@ed21f2f24f8dd64503750218de024bcf64c7250a # 7.1.5
+ uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # 7.1.6
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