fix: 使用固定便携包清单名称 (#102)
This commit is contained in:
@@ -17,7 +17,7 @@ _VERSION_PATTERN = re.compile(
|
||||
|
||||
|
||||
def versioned_manifest_file_name(version: str) -> str:
|
||||
"""返回版本化清单文件名,例如 ``autobuy_manifest_0.2.2.json``。"""
|
||||
"""返回版本化清单文件名,例如 ``autobuy_manifest_0.1.0.json``。"""
|
||||
|
||||
normalized = version.strip()
|
||||
if _VERSION_PATTERN.fullmatch(normalized) is None:
|
||||
|
||||
Reference in New Issue
Block a user