mirror of
https://github.com/OpenSPG/KAG.git
synced 2025-11-13 00:49:05 +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/*
|