diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 12:25:20 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 12:25:20 -0400 |
commit | 943b733c4701b0b4fb56e4651727b97ab4ca7f0b (patch) | |
tree | 4fee33df844f30d56f7bc18c9150f1c9bb582902 /tasks.py | |
parent | 440c56fe65e509fec29106b8a6a7a15e609e1983 (diff) |
release tidelift task never really existed
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |