There was an error while loading. Please reload this page.
1 parent dcc8718 commit 1583daaCopy full SHA for 1583daa
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.13'
24
25
- name: Install uv
26
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
+ uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
27
28
- name: Check tag matches pyproject.toml version
29
run: |
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
31
run: uv sync --extra dev
0 commit comments