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 297976b commit 4676bbdCopy full SHA for 4676bbd
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Install uv
22
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
version: latest
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
python-version: "3.12"
0 commit comments