We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439568d commit 4e7b633Copy full SHA for 4e7b633
.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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
27
28
- name: Check tag matches version files
29
run: |
.github/workflows/tests.yml
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync --extra test
0 commit comments