From 0c83ef083c88375736256e660cf7e9e8862e8506 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Sun, 8 Mar 2020 00:55:44 +0100
Subject: [PATCH] [enh] add dist check after build in Makefile

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a0b2c6f7..21e8713d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ build:
 	python3 gen_resources.py
 	python3 gen_translations.py --lrelease
 	python3 setup.py sdist bdist_wheel
+	twine check dist/*
 
 # upload on PyPi repository
 deploy:
-- 
GitLab