mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
fix upload to testpypi error
This commit is contained in:
18
.github/workflows/python-publish.yml
vendored
18
.github/workflows/python-publish.yml
vendored
@@ -14,20 +14,12 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13, macos-latest]
|
os: [windows-latest, ubuntu-22.04, macos-13, macos-latest]
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
include:
|
exclude:
|
||||||
- os: windows-latest
|
- os: macos-13
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- os: windows-latest
|
- os: macos-13
|
||||||
python-version: "3.12"
|
|
||||||
- os: macos-latest
|
|
||||||
python-version: "3.11"
|
|
||||||
- os: macos-latest
|
|
||||||
python-version: "3.12"
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
python-version: "3.11"
|
|
||||||
- os: ubuntu-22.04
|
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user