Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 854c1da

Browse filesBrowse files
committed
CI: Migrate to astral-sh/setup-uv
1 parent 69b8b69 commit 854c1da
Copy full SHA for 854c1da

File tree

Expand file treeCollapse file tree

4 files changed

+12
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+12
-4
lines changed

‎.github/workflows/codeql.yml

Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
setup.py
4646
4747
- name: Install uv
48-
uses: yezz123/setup-uv@v4
48+
uses: astral-sh/setup-uv@v3
49+
with:
50+
version: "latest"
4951

5052
- name: Initialize CodeQL
5153
uses: github/codeql-action/init@v3

‎.github/workflows/nightly.yml

Copy file name to clipboardExpand all lines: .github/workflows/nightly.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
cache-dependency-path: 'setup.py'
3434

3535
- name: Install uv
36-
uses: yezz123/setup-uv@v4
36+
uses: astral-sh/setup-uv@v3
37+
with:
38+
version: "latest"
3739

3840
- name: Invoke tests
3941
run: |

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
cache-dependency-path: 'setup.py'
2020

2121
- name: Install uv
22-
uses: yezz123/setup-uv@v4
22+
uses: astral-sh/setup-uv@v3
23+
with:
24+
version: "latest"
2325

2426
- name: Build package
2527
run: |

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
cache-dependency-path: setup.py
4949

5050
- name: Install uv
51-
uses: yezz123/setup-uv@v4
51+
uses: astral-sh/setup-uv@v3
52+
with:
53+
version: "latest"
5254

5355
- name: Invoke tests
5456
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.