From 38b076a041d9928452fe70fcfa1ac85c26c41cc0 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 29 Dec 2024 08:54:11 +0000 Subject: [PATCH] [chore] Make distribution easier a little --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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/*