1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 15:56:57 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 17:21:59 +08:00
parent a6164092a9
commit 0cafe3e12e

View File

@@ -15,10 +15,14 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, macos-13, macos-latest] os: [windows-latest, macos-13, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: []
exclude: include:
- os: windows-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- os: macos-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- os: macos-13 - os: macos-13
python-version: ["3.11", "3.12"] python-version: ["3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -66,4 +70,4 @@ jobs:
run: | run: |
ls dist ls dist
twine check dist/*.whl twine check dist/*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-linux*.whl twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl