diff --git a/lib_python/lib/idea-format/Makefile b/lib_python/lib/idea-format/Makefile
index 87f6fdf275e9a59b652bb120b8a2efa6b10b3b89..829b08e25c81bf0cd188fed8899735aa4383209c 100644
--- a/lib_python/lib/idea-format/Makefile
+++ b/lib_python/lib/idea-format/Makefile
@@ -55,7 +55,7 @@ deploy: FORCE
 	$(info PyPI deployment)
 
 	# Secure upload with Twine
-	twine upload dist/idea-format*
+	twine upload dist/idea-format* dist/idea_format*
 
 # Empty rule as dependency wil force make to always perform target
 # Source: https://www.gnu.org/software/make/manual/html_node/Force-Targets.html