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 a3676ef commit abeacbcCopy full SHA for abeacbc
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v5
21
22
- name: Install uv
23
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
enable-cache: true
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
python-version: "3.11"
0 commit comments