增加vectorbt源码

This commit is contained in:
2025-11-01 09:32:26 +08:00
parent 63b2c3c06a
commit bbfda1446c
139 changed files with 176161 additions and 741 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd "$(dirname "$0")/.."
rm -rf dist/ build/ *.egg-info
python3 -m build
twine upload dist/*