diff --git a/script/release b/script/release index 0cb917e295..f2d6e91a08 100755 --- a/script/release +++ b/script/release @@ -12,5 +12,5 @@ yarn install script/build_frontend rm -rf dist -python3 setup.py sdist +python3 setup.py -q sdist python3 -m twine upload dist/* --skip-existing