mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 01:21:18 +08:00
fix upload to testpypi error
This commit is contained in:
8
.github/workflows/python-publish.yml
vendored
8
.github/workflows/python-publish.yml
vendored
@@ -18,9 +18,13 @@ jobs:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
include:
|
||||
- os: windows-latest
|
||||
python-version: ["3.11", "3.12"]
|
||||
python-version: "3.11"
|
||||
- os: windows-latest
|
||||
python-version: "3.12"
|
||||
- os: macos-latest
|
||||
python-version: ["3.11", "3.12"]
|
||||
python-version: "3.11"
|
||||
- os: macos-latest
|
||||
python-version: "3.12"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user