mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 01:51:18 +08:00
rewrite deploy with macos
This commit is contained in:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@@ -130,6 +130,7 @@ jobs:
|
||||
run: |
|
||||
make build
|
||||
python -c "
|
||||
from pathlib import Path
|
||||
plat_info = '${{ matrix.buildplat[1] }}'.split('_')[-1]
|
||||
sys_ver_info = '${{ matrix.buildplat[0] }}'.split('-')[-1]
|
||||
replaced = f'{sys_ver_info}_0_{plat_info}'
|
||||
@@ -145,6 +146,7 @@ jobs:
|
||||
run: |
|
||||
make build
|
||||
python -c "
|
||||
from pathlib import Path
|
||||
plat_info = '${{ matrix.buildplat[1] }}'.split('_')[-1]
|
||||
for whl_file in Path('./dist').glob('*.whl'):
|
||||
if 'universal2' in whl_file.stem:
|
||||
|
||||
Reference in New Issue
Block a user