From bd02cccd4335b70443e66dcc0fba3bc9e35ca436 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 10 Jul 2024 21:17:41 -0400 Subject: [PATCH] ci(deps): bump uv to 0.2.24 (#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. ## Summary by CodeRabbit - **Chores** - Updated the build configuration to download the latest version (0.2.24) of `uv`. Signed-off-by: Jinzhe Zeng --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index f374b57b10..f89a90ed6d 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -75,7 +75,7 @@ jobs: # https://github.com/pypa/setuptools_scm/issues/480 fetch-depth: 0 - name: Install uv - run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh + run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.24/uv-installer.sh | sh if: runner.os != 'Linux' - uses: docker/setup-qemu-action@v3 name: Setup QEMU