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:
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@@ -56,11 +56,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Build wheel on Linux
|
- name: Build wheel on Linux
|
||||||
uses: RalfG/python-wheels-manylinux-build@v0.7.0-manylinux2014_x86_64
|
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64
|
||||||
with:
|
with:
|
||||||
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
|
# 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'
|
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
|
||||||
build-requirements: 'numpy cython'
|
build-requirements: 'numpy cython'
|
||||||
|
pre-build-command: 'sudo apt install gcc-12 g++-12 -y'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install twine
|
python -m pip install twine
|
||||||
|
|||||||
Reference in New Issue
Block a user