1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 09:31:18 +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:
matrix:
os: [windows-latest, macos-13, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
python-version: []
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
python-version: ["3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
@@ -66,4 +70,4 @@ jobs:
run: |
ls dist
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