1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 15:26:54 +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"] python-version: ["3.8", "3.9", "3.10"]
include: include:
- os: windows-latest - os: windows-latest
python-version: ["3.11", "3.12"] python-version: "3.11"
- os: windows-latest
python-version: "3.12"
- os: macos-latest - os: macos-latest
python-version: ["3.11", "3.12"] python-version: "3.11"
- os: macos-latest
python-version: "3.12"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3