summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)