1
0
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:
Linlang
2024-12-18 21:54:40 +08:00
parent 10f43b8f01
commit e82f225dc4

View File

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