diff --git a/Makefile b/Makefile index 7cb67ac..ffaa27e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ check-version: fi .PHONY: build -wheel: +build: poetry build .PHONY: code