From 8db1ff42b278a094088761c7db2b49d6f16a9deb Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 2 Jan 2019 12:56:53 +0100 Subject: [PATCH] Don't upload zip to pypi, expects only tar.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18e4c9a..40924ce 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ deb_dist: python setup.py --command-packages=stdeb.command bdist_deb publish : - twine upload dist/* + twine upload dist/*.tar.gz dist/*.whl test: pytest -v -s