From cc3dec3ab608c87c7278fd22ae5efe0e845af6fc Mon Sep 17 00:00:00 2001 From: Greg Roodt Date: Sat, 21 Dec 2019 15:19:44 +1100 Subject: [PATCH] Publish sdist and bdist wheel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11d694c2..eaa5a6c5 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.argv[-1] == 'publish': - os.system('python setup.py sdist upload') + os.system('python setup.py sdist bdist_wheel upload') sys.exit()