craftbeerpi4-pione/cheat_sheet.txt
2021-01-22 23:25:20 +01:00

11 lines
101 B
Text

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