make setup.py quite

This commit is contained in:
Bram Kragten 2021-02-26 22:03:32 +01:00
parent ae590d42dc
commit b58c17e75e
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -12,5 +12,5 @@ yarn install
script/build_frontend script/build_frontend
rm -rf dist rm -rf dist
python3 setup.py sdist python3 setup.py -q sdist
python3 -m twine upload dist/* --skip-existing python3 -m twine upload dist/* --skip-existing