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 9935082 commit 9e3b357Copy full SHA for 9e3b357
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v6
18
19
- name: Set up Python
20
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
21
with:
22
enable-cache: true
23
.github/workflows/python-test.yml
@@ -23,7 +23,7 @@ jobs:
24
25
26
27
28
29
python-version: ${{ matrix.python-version }}
0 commit comments