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 21:54:40 +08:00
parent 10f43b8f01
commit e82f225dc4

View File

@@ -14,20 +14,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13, macos-latest]
python-version: ["3.8", "3.9", "3.10"]
include:
- os: windows-latest
os: [windows-latest, ubuntu-22.04, macos-13, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-13
python-version: "3.11"
- os: windows-latest
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
- os: macos-13
python-version: "3.12"
steps: