We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 932c450 + 42ea889 commit dda699eCopy full SHA for dda699e
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
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
34
- name: Install the latest version of uv
35
36
- name: Setup python
37
38
with:
0 commit comments