From 2a2dd0c53f908f8eb78871d6a7f5622ac5ba4aad Mon Sep 17 00:00:00 2001 From: Sidney Zhang Date: Thu, 11 Jun 2026 17:42:25 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=E6=B8=85=E5=8D=8E?= =?UTF-8?q?=20PyPI=20=E9=95=9C=E5=83=8F=E6=BA=90=E4=BD=9C=E4=B8=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4eb0eef..f89e4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,3 +64,7 @@ exclude_lines = [ "if TYPE_CHECKING:", "@abstractmethod", ] + +[[tool.uv.index]] +url = "https://pypi.tuna.tsinghua.edu.cn/simple" +default = true \ No newline at end of file