diff --git a/build_pypi.sh b/build_pypi.sh index 32c76e1f58..0ae5055b64 100755 --- a/build_pypi.sh +++ b/build_pypi.sh @@ -15,4 +15,4 @@ aws s3 cp gradio/templates/frontend "s3://gradio/${new_version}/" --recursive -- rm -rf dist/* rm -rf build/* -python3 -m build +python3 -m build -w