This step ccurs immediately before each build.
(self, version: str, build_data: Dict[str, Any])
| 19 | """A custom build hook""" |
| 20 | |
| 21 | def initialize(self, version: str, build_data: Dict[str, Any]) -> None: |
| 22 | """This step ccurs immediately before each build.""" |
| 23 | build_data["tag"] = get_tag() |