Skip to content

Commit ec1cf86

Browse files
authored
fix: pin uv version to 0.2.18 (deepmodeling#3946)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the URL for downloading the `uv` installer script in the build workflow configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f2223fb commit ec1cf86

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
@@ -75,7 +75,7 @@ jobs:
7575
# https://github.com/pypa/setuptools_scm/issues/480
7676
fetch-depth: 0
7777
- name: Install uv
78-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
78+
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh
7979
if: runner.os != 'Linux'
8080
- uses: docker/setup-qemu-action@v3
8181
name: Setup QEMU

0 commit comments

Comments
 (0)