1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

fix build error

This commit is contained in:
Linlang
2024-12-17 21:02:49 +08:00
parent fa1a4ce8f9
commit 4330975f4c

View File

@@ -181,7 +181,7 @@ lint: black pylint flake8 mypy nbqa
# Build the package.
build:
python -m build
python -m build --wheel
# Upload the package.
upload: