We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 115149a + 95f0f99 commit 369fdc1Copy full SHA for 369fdc1
2 files changed
.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@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
+ uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.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