1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 01:14:35 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 17:29:47 +08:00
parent 625d119f64
commit a8f3d382f8

View File

@@ -11,17 +11,16 @@ on:
jobs: jobs:
deploy_with_bdist_wheel: deploy_with_bdist_wheel:
includes_only:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, macos-13, macos-latest]
python-version: ["3.8", "3.9", "3.10"]
include: include:
- os: windows-latest - os: windows-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.11", "3.12"]
- os: macos-latest - os: macos-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.11", "3.12"]
- os: macos-13
python-version: ["3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3