From 87418edeea61eeb01eefadc33d38421885aca9b2 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 23:01:17 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8D=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=A7=E8=A1=8C=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-cn.sh | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-cn.sh b/deploy-cn.sh index 52c38f6..d533273 100755 --- a/deploy-cn.sh +++ b/deploy-cn.sh @@ -67,7 +67,7 @@ echo "venv created successfully" # install the required packages echo "Installing the required packages" -$python_exe -m pip install pdm -i https://pypi.tuna.tsinghua.edu.cn/simple +$python_exe -m pip install pdm -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple $python_exe -m pdm install # create the systemd service diff --git a/pyproject.toml b/pyproject.toml index 7f00837..d459cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,5 +31,5 @@ tag_filter = "v*" tag_regex = '^v(?:\D*)?(?P([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$)$' [[tool.pdm.source]] -name = "tuna" -url = "https://pypi.tuna.tsinghua.edu.cn/simple" \ No newline at end of file +name = "pypi" +url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" \ No newline at end of file