We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbedab7 + b5b6ca3 commit 2b25b19Copy full SHA for 2b25b19
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@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
+ uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.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