We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fc09b3 + 3e909f5 commit e908a58Copy full SHA for e908a58
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
21
22
- name: Install uv
23
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
24
with:
25
version: "0.4.12"
26
enable-cache: true
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
19
python-version: ${{ matrix.python-version }}
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
0 commit comments