Files
quant/vectorbt/scripts/upload.sh

8 lines
112 B
Bash
Raw Permalink Normal View History

2025-11-01 09:32:26 +08:00
#!/bin/bash
set -e
cd "$(dirname "$0")/.."
rm -rf dist/ build/ *.egg-info
python3 -m build
twine upload dist/*