We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f02be commit 8e49be4Copy full SHA for 8e49be4
1 file changed
.github/workflows/reusable-template-ci.yml
@@ -60,7 +60,7 @@ jobs:
60
name: ${{ github.event_name == 'pull_request' && 'dev-' || '' }}cibw-wheels-${{ runner.runs-on }}
61
path: wheelhouse/*.whl
62
- name: Install the latest version of uv
63
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
+ uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
64
with:
65
enable-cache: true
66
save-cache: ${{ github.ref == 'refs/heads/main' }}
0 commit comments