1
0
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:
Linlang
2024-12-18 17:32:47 +08:00
parent a8f3d382f8
commit bb6acaf932

View File

@@ -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