[+] add check_type, add .whl
This commit is contained in:
parent
e52980ef17
commit
ba3fe1284c
@ -5,7 +5,7 @@ project(
|
||||
).stdout().strip('\n'),
|
||||
# 'online.fxreader.uv',
|
||||
# ['c', 'cpp'],
|
||||
version: '0.1.5.17+27.23',
|
||||
version: '0.1.5.18',
|
||||
# default_options: [
|
||||
# 'cpp_std=c++23',
|
||||
# # 'prefer_static=true',
|
||||
|
@ -172,6 +172,12 @@ def check_list(
|
||||
)
|
||||
|
||||
|
||||
def check_type(value: Any, VT: Type[Value]) -> Value:
|
||||
assert isinstance(value, VT)
|
||||
|
||||
return value
|
||||
|
||||
|
||||
def pyproject_load(
|
||||
d: pathlib.Path,
|
||||
) -> PyProject:
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.18-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.18-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user