We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def4108 commit 63ad3d5Copy full SHA for 63ad3d5
3 files changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v6
17
18
- name: Install uv
19
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
20
with:
21
enable-cache: true
22
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0 # Full history for proper versioning
29
30
31
32
33
34
.github/workflows/python-tests.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v6
23
24
25
26
27
- name: Set up Python ${{ matrix.python-version }}
0 commit comments