From 943b733c4701b0b4fb56e4651727b97ab4ca7f0b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 25 Apr 2022 12:25:20 -0400 Subject: release tidelift task never really existed --- tasks.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tasks.py') 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 -- cgit v1.2.1