mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
rewrite deploy with macos
This commit is contained in:
7
.github/workflows/python-publish.yml
vendored
7
.github/workflows/python-publish.yml
vendored
@@ -110,12 +110,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [macos-13, macos-latest]
|
os: [macos-13, macos-latest]
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
# buildplat:
|
|
||||||
# - [macos-13, macosx_arm64]
|
|
||||||
# - [macos-13, macosx_x86_64]
|
|
||||||
# - [macos-14, macosx_arm64]
|
|
||||||
# - [macos-14, macosx_x86_64]
|
|
||||||
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user