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 1fa2088 commit d97d7e2Copy full SHA for d97d7e2
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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
+ uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
27
28
- name: Check tag matches pyproject.toml version
29
run: |
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: Install the latest version of uv and set the python version
19
20
with:
21
python-version: ${{ matrix.python-version }}
22
activate-environment: true
0 commit comments