From ac7c276e8ed475be49396630b6d35a1218feb36b Mon Sep 17 00:00:00 2001 From: "Zack Kollar (SeedyROM)" Date: Mon, 1 Oct 2018 01:11:24 -0700 Subject: [PATCH] Fixed zip not found issue --- script/distribute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/distribute b/script/distribute index 736af36..a967a38 100755 --- a/script/distribute +++ b/script/distribute @@ -4,7 +4,7 @@ # python setup.py sdist -python -m twine upload dist/* +python -m twine upload dist/*.tar.gz # vim: ft=sh: