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 3452b68 + 6b0f120 commit eccfd0cCopy full SHA for eccfd0c
.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@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
+ uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
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