From 4cb4ed87b167a5493b6db44780f74571601f2396 Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 20 Nov 2025 15:51:25 +0800 Subject: [PATCH] build: change pypi source --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 278a3da4..c92bc757 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -73,7 +73,7 @@ explicit = true [[tool.uv.index]] name = "default" -url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" +url = "https://mirrors.aliyun.com/pypi/simple" default = true [[tool.uv.index]]