We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc8718 commit 79c5ef3Copy full SHA for 79c5ef3
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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
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