[+] release updated cli_bootstrap
This commit is contained in:
parent
7f5c9f4fdb
commit
277f03594c
6
m.py
6
m.py
@ -12,12 +12,12 @@ import logging
|
|||||||
|
|
||||||
from typing import (Optional, Any,)
|
from typing import (Optional, Any,)
|
||||||
from typing_extensions import (
|
from typing_extensions import (
|
||||||
Self,
|
Self, BinaryIO,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
def toml_load(f: io.BytesIO) -> Any:
|
def toml_load(f: BinaryIO) -> Any:
|
||||||
try:
|
try:
|
||||||
import tomllib
|
import tomllib
|
||||||
return tomllib.load(f)
|
return tomllib.load(f)
|
||||||
@ -256,7 +256,7 @@ def env_bootstrap(
|
|||||||
|
|
||||||
subprocess.check_call([
|
subprocess.check_call([
|
||||||
'uv', 'venv',
|
'uv', 'venv',
|
||||||
uv_python_version,
|
*uv_python_version,
|
||||||
*pip_find_links_args,
|
*pip_find_links_args,
|
||||||
# '--seed',
|
# '--seed',
|
||||||
*bootstrap_settings.uv_args,
|
*bootstrap_settings.uv_args,
|
||||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user