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.
1 parent 08285a3 commit 6b6cf28Copy full SHA for 6b6cf28
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
with:
18
persist-credentials: false
19
- - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
+ - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
20
21
- run: uv build
22
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
python-version: ${{ matrix.python-version }}
37
38
39
40
cache-suffix: ${{ matrix.python-version }}
41
0 commit comments