summaryrefslogtreecommitdiffhomepage
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
commit357ac45b49a888eaacf7efde272b8edcf7b55a93 (patch)
tree9765928c142ffbdb68958b60d08a4b9180946d34 /tasks.py
parent8eb2775f958ccdb3c4fcb06047a19b985ad5f26a (diff)
parent54b387833aca45a62011afbce91018023e3e9973 (diff)
Merge branch 'master' into 951-int
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tasks.py b/tasks.py
index 41df8b27..42c18bd0 100644
--- a/tasks.py
+++ b/tasks.py
@@ -1,4 +1,3 @@
-from os import mkdir
from os.path import join
from shutil import rmtree, copytree
@@ -41,7 +40,9 @@ def release(ctx, sdist=True, wheel=True, sign=True, dry_run=False):
# Publish
publish(ctx, sdist=sdist, wheel=wheel, sign=sign, dry_run=dry_run)
# Remind
- print("\n\nDon't forget to update RTD's versions page for new minor releases!")
+ print("\n\nDon't forget to update RTD's versions page for new minor "
+ "releases!")
+
# TODO: "replace one task with another" needs a better public API, this is
# using unpublished internals & skips all the stuff add_task() does re: