def cleanup()

in update_releases.py [0:0]


def cleanup():
    rmtree(str(OUTPUT_DIR), ignore_errors=True)
    OUTPUT_DIR.mkdir()