mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-19 02:14:33 +08:00
fix upload to testpypi error
This commit is contained in:
9
.github/workflows/python-publish.yml
vendored
9
.github/workflows/python-publish.yml
vendored
@@ -11,17 +11,16 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy_with_bdist_wheel:
|
||||
includes_only:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-13, macos-latest]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
include:
|
||||
- os: windows-latest
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.11", "3.12"]
|
||||
- os: macos-latest
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
- os: macos-13
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user