mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
4
Makefile
4
Makefile
@@ -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:
|
||||
@@ -192,4 +192,4 @@ upload:
|
||||
########################################################################################
|
||||
|
||||
docs-gen:
|
||||
python -m sphinx.cmd.build -W docs $(PUBLIC_DIR)
|
||||
python -m sphinx.cmd.build -W docs $(PUBLIC_DIR)
|
||||
|
||||
Reference in New Issue
Block a user