Merge branch 'master' of github.com:paramiko/paramiko

This commit is contained in:
Jeff Forcier 2014-03-22 18:26:38 -07:00
commit ac2075a820
1 changed files with 1 additions and 1 deletions

View File

@ -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)