From 0360e58cc1ec040219aa2ae3ef82e88a699ab580 Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 14:48:38 +0800 Subject: [PATCH] :sparkles: add source --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9d50291..f6af2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,7 @@ distribution = true source = "scm" 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://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" \ No newline at end of file