We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc8718 commit 87a70b2Copy full SHA for 87a70b2
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@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
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