craftbeerpi4-pione/cheat_sheet.txt
2021-02-02 21:22:59 +01:00

14 lines
190 B
Text

#clean
python3.7 setup.py clean --all
#build
python3 setup.py sdist
#Upload
twine upload dist/*
# Checkout Pull Request
git fetch origin pull/ID/head:BRANCHNAMEgit checkout BRANCHNAME