summaryrefslogtreecommitdiffhomepage
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-04-25 14:21:32 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-04-25 14:21:32 -0400
commit29c4d3210b745e7d56c328ffebc2513ebfb482fb (patch)
treed567182b189c292b8a96de6f5c41a2a2e93466da /tasks.py
parent617b5cbe19145e076d2ee02d588a371a80559931 (diff)
parent19490cfa97b26fc93be2ca860ccbd4ac62e463aa (diff)
Merge branch '2.10'
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 2e105297..ae408059 100644
--- a/tasks.py
+++ b/tasks.py
@@ -125,7 +125,6 @@ def all_(c, dry_run=False):
release_coll["prepare"](c, dry_run=dry_run)
publish_(c, dry_run=dry_run)
release_coll["push"](c, dry_run=dry_run)
- release_coll["tidelift"](c, dry_run=dry_run)
# TODO: "replace one task with another" needs a better public API, this is