diff --git a/Makefile b/Makefile index 9903d45..7535523 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,6 @@ pip: ## Install with pip pipx: ## Install with pipx pipx install -f . +dist: ## Run hatchling + hatchling build