chore: do not call test and compilemessages command in make build

Those commands are documented in the release process, so they have
already run at this stage.
This commit is contained in:
Yohan Boniface 2024-02-09 18:39:13 +01:00
parent 5da032973a
commit 8a9e845910

View file

@ -49,7 +49,7 @@ docker: ## Create a new Docker image and publish it
docker push umap/umap:${VERSION} docker push umap/umap:${VERSION}
.PHONY: build .PHONY: build
build: test compilemessages ## Build the Python package before release build: ## Build the Python package before release
@hatch build --clean @hatch build --clean
.PHONY: publish .PHONY: publish