diff --git a/Makefile b/Makefile index 182bb539..0a151102 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ dist: python -m build .PHONY: release -release: tests dist +release: lock dist # check that changelog is updated if ! grep ${version} CHANGELOG.rst then