commit | 9680c4b727a03e317d6aaad2335d5cdd7ad07ff7 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu May 28 17:54:18 2020 -0400 |
committer | June Tate-Gans <jtgans@google.com> | Thu May 28 17:54:18 2020 -0400 |
tree | 92680d475650dd41aa981b85fa8d996d6988a7b2 | |
parent | 028a4f8363adf0c3a085bd9547fc5c9160c549b7 [diff] |
mdt: Ensure we build wheels bdist doesn't actually build something that twine can upload for binaries. Change-Id: I64bbf96166fe0fedc4d8a3ee6cc1fd436810b09b
diff --git a/Makefile b/Makefile index 9222fec..3e823a6 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ dpkg-buildpackage -tc --no-sign wheel: - python3 setup.py sdist bdist + python3 setup.py sdist bdist_wheel upload: wheel python3 -m twine upload dist/*