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

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 20:06:41 +08:00
parent df391f0569
commit 687a2b209a

View File

@@ -56,7 +56,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build wheel on Linux
uses: RalfG/python-wheels-manylinux-build@v0.7.0-manylinux2010_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.7.0-manylinux2014_x86_64
with:
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'