craftbeerpi4-pione/cheat_sheet.txt

12 lines
100 B
Text
Raw Normal View History

2019-07-27 21:08:19 +02:00
#clean
python3.7 setup.py clean --all
#build
python setup.py sdist
#Upload
twine upload dist/*