From 562c2127ff1d99ef15773ea2d26227e9b636a273 Mon Sep 17 00:00:00 2001 From: Anyang Peng <137014849+anyangml@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:29:53 +0800 Subject: [PATCH] fix: pin uv version to 0.2.18 --- .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 96710ed9db..f374b57b10 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 -LsSf https://astral.sh/uv/install.sh | sh + run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh if: runner.os != 'Linux' - uses: docker/setup-qemu-action@v3 name: Setup QEMU