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 8044ddc + e7117b2 commit 24589b8Copy full SHA for 24589b8
.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@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.0
+ uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
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