mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
11 lines
100 B
Text
11 lines
100 B
Text
#clean
|
|
python3.7 setup.py clean --all
|
|
|
|
#build
|
|
python setup.py sdist
|
|
|
|
#Upload
|
|
twine upload dist/*
|
|
|
|
|
|
|