craftbeerpi4-pione/cheat_sheet.txt

12 lines
101 B
Text
Raw Normal View History

2019-07-27 21:08:19 +02:00
#clean
python3.7 setup.py clean --all
#build
2021-01-22 23:25:20 +01:00
python3 setup.py sdist
2019-07-27 21:08:19 +02:00
#Upload
twine upload dist/*