mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 17:41: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
@@ -150,9 +150,11 @@ jobs:
|
||||
print(f'Renamed: {whl_file} -> {new_whl_file}')
|
||||
"
|
||||
- name: Build 2
|
||||
if: ${{ (matrix.buildplat[0] != 'macos-13' || matrix['python-version'] != '3.11') && (matrix.buildplat[0] != 'macos-13' || matrix['python-version'] != '3.12') }}
|
||||
run: |
|
||||
make build
|
||||
- name: Rename 2
|
||||
if: ${{ (matrix.buildplat[0] != 'macos-13' || matrix['python-version'] != '3.11') && (matrix.buildplat[0] != 'macos-13' || matrix['python-version'] != '3.12') }}
|
||||
run: |
|
||||
python -c "
|
||||
from pathlib import Path
|
||||
|
||||
Reference in New Issue
Block a user