mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +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
@@ -61,8 +61,11 @@ jobs:
|
|||||||
# 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'
|
||||||
|
system-packages: 'python'
|
||||||
package-path: 'qlib'
|
package-path: 'qlib'
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
|
which python
|
||||||
|
which pip
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -e .
|
python -m pip install -e .
|
||||||
python -m build --wheel
|
python -m build --wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user