diff --git a/Makefile b/Makefile
index a0b2c6f75198136bdd9a190b9718ee6de84c2089..21e8713d389141926ed4ac867161bea566bd3e26 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: