Skip to content

Commit 7e1dfd3

Browse files
committed
ci(deps): bump uv to 0.2.24 (deepmodeling#3964)
Bump uv to [0.2.24](https://github.com/astral-sh/uv/releases/tag/0.2.24), which adds retry on connection reset network errors. Let's see if this fixes the network issue. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the build configuration to download the latest version (0.2.24) of `uv`. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit bd02ccc)
1 parent e9a45c2 commit 7e1dfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# https://github.com/pypa/setuptools_scm/issues/480
6767
fetch-depth: 0
6868
- name: Install uv
69-
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh
69+
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.24/uv-installer.sh | sh
7070
if: runner.os != 'Linux'
7171
- uses: docker/setup-qemu-action@v3
7272
name: Setup QEMU

0 commit comments

Comments
 (0)