summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/builddist.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/builddist.sh b/packaging/builddist.sh
index 8a83c48be..edcf3ec09 100755
--- a/packaging/builddist.sh
+++ b/packaging/builddist.sh
@@ -13,8 +13,7 @@ mkdir $GENDIR
cp -r .git $GENDIR
cd $GENDIR
git reset --hard
-#python3 setup.py sdist bdist
-python3 setup.py sdist
+python3 setup.py sdist bdist_wheel
cp dist/* ../dist
cd ..
rm -rf $GENDIR