summaryrefslogtreecommitdiffhomepage
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-22 18:26:38 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-22 18:26:38 -0700
commitac2075a820b9c93b1a452decb174112257d072fe (patch)
tree671822e542104e9ffde3ad970b4b3a646fe6184f /tasks.py
parenta495da760fcd43369c62a586e4e751a1635c213d (diff)
parent57c2ffbbd6d7afed4aa952ac9c4735b3adc5d349 (diff)
Merge branch 'master' of github.com:paramiko/paramiko
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index c9844780..38282b8e 100644
--- a/tasks.py
+++ b/tasks.py
@@ -43,7 +43,7 @@ def release(ctx):
rmtree(target, ignore_errors=True)
copytree(docs_build, target)
# Publish
- publish(ctx)
+ publish(ctx, wheel=True)
ns = Collection(test, coverage, release, docs=docs, www=www)