1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00

fix macos package name error

This commit is contained in:
Linlang
2024-12-19 14:23:39 +08:00
parent 351eea1f78
commit b512074567

View File

@@ -44,6 +44,9 @@ jobs:
whl_file.rename(new_whl_file)
print(f'Renamed: {whl_file} -> {new_whl_file}')
"
- name: Build the project
if: ${{ (matrix.os != 'macos-13' || matrix['python-version'] != '3.11') && (matrix.os != 'macos-13' || matrix['python-version'] != '3.12') }}
run: |
make build
- name: Build and publish
env: