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:
parent
5da032973a
commit
8a9e845910
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ docker: ## Create a new Docker image and publish it
|
|||
docker push umap/umap:${VERSION}
|
||||
|
||||
.PHONY: build
|
||||
build: test compilemessages ## Build the Python package before release
|
||||
build: ## Build the Python package before release
|
||||
@hatch build --clean
|
||||
|
||||
.PHONY: publish
|
||||
|
|
Loading…
Reference in a new issue