From 0db81f9c7e0e7a8144d11f1b4545fc5f03f0b621 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz>
Date: Fri, 5 May 2017 15:10:04 +0200
Subject: [PATCH] Correct wheel name

---
 lib_python/lib/idea-format/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib_python/lib/idea-format/Makefile b/lib_python/lib/idea-format/Makefile
index 87f6fdf..829b08e 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
-- 
GitLab