summaryrefslogtreecommitdiff
path: root/releasescript.auto
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 15:49:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 15:49:33 -0700
commit79b149b81d3b67a164a37565044b21220de41db9 (patch)
treedc70b1c649b7832858e7785283d1142f4b74a3b4 /releasescript.auto
parent37710c426ae6793c8c59cda711a3c4c8695eeffa (diff)
downloadpython-memcached-79b149b81d3b67a164a37565044b21220de41db9.tar.gz
Build wheels as well
Diffstat (limited to 'releasescript.auto')
-rwxr-xr-xreleasescript.auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasescript.auto b/releasescript.auto
index cbdab1e..e9d9141 100755
--- a/releasescript.auto
+++ b/releasescript.auto
@@ -13,5 +13,5 @@ pydoc -w ./memcache.py
rm -f releasescript.auto
-python setup.py sdist upload
+python setup.py sdist bdist_wheel upload
rm -rf *.pyc dist python_memcached.egg-info