diff --git a/tasks.py b/tasks.py index c984478..38282b8 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)