KAG/upload_dev.sh
2024-10-24 11:46:15 +08:00

7 lines
81 B
Bash

rm -rf build
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*