KAG/upload_dev.sh

7 lines
81 B
Bash
Raw Permalink Normal View History

2024-10-24 11:46:15 +08:00
rm -rf build
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*