mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
fix upload to testpypi error
This commit is contained in:
1
.github/workflows/python-publish.yml
vendored
1
.github/workflows/python-publish.yml
vendored
@@ -63,7 +63,6 @@ jobs:
|
|||||||
build-requirements: 'numpy cython'
|
build-requirements: 'numpy cython'
|
||||||
package-path: 'qlib'
|
package-path: 'qlib'
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
python -m ensurepip --upgrade
|
|
||||||
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