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.
2 parents b517d8e + a11db9b commit d0e4d34Copy full SHA for d0e4d34
2 files changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v5
21
22
- name: 🚀 Install uv
23
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
24
25
- name: 🐍 Set up Python
26
uses: actions/setup-python@v6
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
37
- name: Install the latest version of uv
38
39
- name: Setup python
40
41
with:
0 commit comments