mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 15:18:00 +08:00
✨ 修复脚本执行错误
This commit is contained in:
parent
5c089873ca
commit
87418edeea
@ -67,7 +67,7 @@ echo "venv created successfully"
|
|||||||
|
|
||||||
# install the required packages
|
# install the required packages
|
||||||
echo "Installing 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
|
$python_exe -m pdm install
|
||||||
|
|
||||||
# create the systemd service
|
# create the systemd service
|
||||||
|
@ -31,5 +31,5 @@ tag_filter = "v*"
|
|||||||
tag_regex = '^v(?:\D*)?(?P<version>([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]*))?$)$'
|
tag_regex = '^v(?:\D*)?(?P<version>([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]]
|
[[tool.pdm.source]]
|
||||||
name = "tuna"
|
name = "pypi"
|
||||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
Loading…
Reference in New Issue
Block a user