Skip to content

Commit 5208736

Browse files
bump uv version in CI
1 parent c6ba808 commit 5208736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
UV_VERSION: "0.4.x"
8+
UV_VERSION: "0.5.x"
99

1010
jobs:
1111
test:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
env:
1414
PYTHONUNBUFFERED: "1"
1515
FORCE_COLOR: "1"
16-
UV_VERSION: "0.4.x"
16+
UV_VERSION: "0.5.x"
1717

1818
jobs:
1919
generate-matrix:

0 commit comments

Comments
 (0)