1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update publish (#1871)

* update publish

* reformat with black
This commit is contained in:
Linlang
2024-12-23 13:22:24 +08:00
committed by GitHub
parent a0cef033cb
commit afbb178e24
8 changed files with 84 additions and 63 deletions

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:
@@ -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)