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 3781a02 commit c33b9edCopy full SHA for c33b9ed
.github/workflows/release-pypi.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
20
- name: Install uv and set the python version
21
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
22
with:
23
enable-cache: true
24
python-version: "3.13"
.github/workflows/test-python.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
python-version: ${{ matrix.python-version }}
0 commit comments