craftbeerpi4-pione/cheat_sheet.txt
2019-07-27 21:08:19 +02:00

11 lines
100 B
Text

#clean
python3.7 setup.py clean --all
#build
python setup.py sdist
#Upload
twine upload dist/*