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.
2 parents 070cac8 + 3f2cd6d commit 6a835a9Copy full SHA for 6a835a9
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
28
- name: Install uv
29
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
+ uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0
30
31
- name: Install dependencies
32
run: |
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
python-version: "3.x"
56
57
58
59
60
- name: Build sdist and wheel
61
0 commit comments