provide release instruction

Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
This commit is contained in:
2026-01-30 15:11:26 +08:00
parent 524cf83708
commit f0739b9dca
+5
View File
@@ -7,6 +7,11 @@
SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve . SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve .
``` ```
### Release Install
```bash
SKBUILD_CMAKE_BUILD_TYPE=Release uv pip install -v .
```
### Format ### Format
```bash ```bash
find python -name "*.py" | xargs ruff format && find include src -name "*.h" -o -name "*.cc" | xargs clang-format -i find python -name "*.py" | xargs ruff format && find include src -name "*.h" -o -name "*.cc" | xargs clang-format -i