I can declare that my rule creates a given file with:
zip = ctx.actions.declare_file("{}.zip".format(ctx.label.name))
However, the docu