mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-06-27 03:20:08 +00:00
7 lines
81 B
Bash
7 lines
81 B
Bash
rm -rf build
|
|
|
|
rm -rf dist
|
|
|
|
python setup.py sdist bdist_wheel
|
|
|
|
twine upload dist/* |