diff --git a/Makefile b/Makefile index bd18a867..0ab48b98 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,7 @@ lint: rstcheck: @pipx run rstcheck[sphinx] --ignore-directives autofunction README.rst reference/*.rst + +distribute: + @pipx run build + @pipx run twine check dist/*