mirror of
https://github.com/lucasjinreal/Namo-R1.git
synced 2026-01-13 22:07:17 +08:00
12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
python3 setup.py check
|
|
|
|
sudo rm -r build/
|
|
sudo rm -r dist/
|
|
|
|
# pypi interface are not valid any longer
|
|
# python3 setup.py sdist
|
|
# python3 setup.py sdist upload -r pypi
|
|
|
|
# using twine instead
|
|
python3 setup.py sdist
|
|
twine upload dist/* |