Fixes #275 -- upload wheels as a part of the release process

Requires teh latest version of invocations from git
This commit is contained in:
Alex Gaynor 2014-03-22 18:17:44 -07:00 committed by Jeff Forcier
parent 87b57dc0cd
commit 783b2d7683
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def release(ctx):
rmtree(target, ignore_errors=True) rmtree(target, ignore_errors=True)
copytree(docs_build, target) copytree(docs_build, target)
# Publish # Publish
publish(ctx) publish(ctx, wheel=True)
ns = Collection(test, coverage, release, docs=docs, www=www) ns = Collection(test, coverage, release, docs=docs, www=www)