commit | d3b2e886a9212f0084ea55d24863bf04b61ccd92 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Oct 17 14:20:02 2019 -0500 |
committer | June Tate-Gans <jtgans@google.com> | Thu Oct 17 14:20:02 2019 -0500 |
tree | ad237fae9b868941f9f56d35d4c6b74fe677c4a3 | |
parent | 60475ed8feeb492292d979b4f823a904cf9d1b73 [diff] |
wheel: Stop using bdist_wheel Apparently somewhere along the line this got deprecated and renamed to just "bdist". Change-Id: I5e1100e1de9f2686bf070b4917d5ee5695dc98ce
diff --git a/Makefile b/Makefile index 3e823a6..9222fec 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ dpkg-buildpackage -tc --no-sign wheel: - python3 setup.py sdist bdist_wheel + python3 setup.py sdist bdist upload: wheel python3 -m twine upload dist/*