mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 09:24:34 +08:00
rewrite deploy with macos
This commit is contained in:
1
.github/workflows/python-publish.yml
vendored
1
.github/workflows/python-publish.yml
vendored
@@ -138,7 +138,6 @@ jobs:
|
|||||||
replaced = f'{sys_ver_info}_0_{plat_info}'
|
replaced = f'{sys_ver_info}_0_{plat_info}'
|
||||||
print(replaced)
|
print(replaced)
|
||||||
for whl_file in Path('./dist').glob('*.whl'):
|
for whl_file in Path('./dist').glob('*.whl'):
|
||||||
if 'universal2' in whl_file.stem:
|
|
||||||
parts = whl_file.stem.split('_')
|
parts = whl_file.stem.split('_')
|
||||||
print(parts)
|
print(parts)
|
||||||
be_replaced = '_'.join(parts[1:])
|
be_replaced = '_'.join(parts[1:])
|
||||||
|
|||||||
Reference in New Issue
Block a user