[+] pass python_version to uv pip compile
This commit is contained in:
parent
c6b2b62ba4
commit
cf840258c2
@ -5,7 +5,7 @@ project(
|
||||
).stdout().strip('\n'),
|
||||
# 'online.fxreader.uv',
|
||||
# ['c', 'cpp'],
|
||||
version: '0.1.5.16+27.18',
|
||||
version: '0.1.5.16+27.19',
|
||||
# default_options: [
|
||||
# 'cpp_std=c++23',
|
||||
# # 'prefer_static=true',
|
||||
|
@ -610,6 +610,7 @@ class CLI(abc.ABC):
|
||||
'-m',
|
||||
'uv', 'pip', 'compile',
|
||||
*args,
|
||||
'--python-version', options.python_version,
|
||||
*sum([
|
||||
['-f', str(o),]
|
||||
for o in pip_find_links
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.19-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.19-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user