diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:19:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-22 18:19:58 -0700 |
commit | 57c2ffbbd6d7afed4aa952ac9c4735b3adc5d349 (patch) | |
tree | 8333538d08406e3cf15db71a7484be8b74610068 /tasks.py | |
parent | 7a3eedcee2ed54646665b030e08f94b69cc3e642 (diff) | |
parent | bbb8e8ca4a48d18a7a366513fc202ea006e752df (diff) |
Merge pull request #292 from alex/patch-3
Fixes #275 -- upload wheels as a part of the release process
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |