[+] update pr34
1. backport fixed timestamp
for zip, .whl; when calling deploy:wheel;
This commit is contained in:
parent
8336a8095d
commit
0462559cc6
@ -5,7 +5,7 @@ project(
|
|||||||
).stdout().strip('\n'),
|
).stdout().strip('\n'),
|
||||||
# 'online.fxreader.uv',
|
# 'online.fxreader.uv',
|
||||||
# ['c', 'cpp'],
|
# ['c', 'cpp'],
|
||||||
version: '0.1.5.38',
|
version: '0.1.5.39',
|
||||||
# default_options: [
|
# default_options: [
|
||||||
# 'cpp_std=c++23',
|
# 'cpp_std=c++23',
|
||||||
# # 'prefer_static=true',
|
# # 'prefer_static=true',
|
||||||
|
|||||||
@ -679,6 +679,13 @@ class CLI(abc.ABC):
|
|||||||
if env is None:
|
if env is None:
|
||||||
env = dict()
|
env = dict()
|
||||||
|
|
||||||
|
env = (
|
||||||
|
dict(
|
||||||
|
# to generate zip for .whl with a reproducible checksum
|
||||||
|
SOURCE_DATE_EPOCH='0',
|
||||||
|
)
|
||||||
|
| env
|
||||||
|
)
|
||||||
pyproject = cli_bootstrap.pyproject_load(project.source_dir / 'pyproject.toml')
|
pyproject = cli_bootstrap.pyproject_load(project.source_dir / 'pyproject.toml')
|
||||||
|
|
||||||
pyproject_tool = pydantic.RootModel[PyProject.Tool].model_validate(pyproject.tool).root
|
pyproject_tool = pydantic.RootModel[PyProject.Tool].model_validate(pyproject.tool).root
|
||||||
|
|||||||
BIN
releases/whl/online_fxreader_pr34-0.1.5.39-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.39-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user