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.
python-version
1 parent a5d51eb commit 06730ddCopy full SHA for 06730dd
.github/workflows/integration_delivery.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Checkout
51
52
- name: Install uv
53
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v6
54
with:
55
python-version: ${{ matrix.python-version }}
56
enable-cache: true
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Upcoming
4
5
- refactor: make it play nicer with pyright's `reportUnhashable`
6
+- chore: update setup-uv version in github actions to v6 to support `python-version` parameter
7
8
## Version 1.2.0
9
0 commit comments