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 e3c36e3 commit 455b4aaCopy full SHA for 455b4aa
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Install uv
24
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
25
with:
26
python-version: ${{ matrix.python-version }}
27
version: 0.7.8
.github/workflows/python-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
enable-cache: true
42
cache-dependency-glob: "uv.lock"
0 commit comments