mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-18 18:04:31 +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}'
|
||||
print(replaced)
|
||||
for whl_file in Path('./dist').glob('*.whl'):
|
||||
if 'universal2' in whl_file.stem:
|
||||
parts = whl_file.stem.split('_')
|
||||
print(parts)
|
||||
be_replaced = '_'.join(parts[1:])
|
||||
|
||||
Reference in New Issue
Block a user