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:
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user