From c11da6f6004bba0fabb2f7a68a06f53baeeb6b74 Mon Sep 17 00:00:00 2001 From: Arnon Yaari Date: Wed, 10 Oct 2018 17:52:19 +0300 Subject: [PATCH] Update Makefile commands * Registration is no longer required on PyPI, it throws a warning * Multiple sdists are no longer allowed on PyPI --- Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3813bf4..30279a7 100644 --- a/Makefile +++ b/Makefile @@ -12,17 +12,12 @@ clean: .PHONY: clean sdist: clean - python setup.py sdist --formats=zip,gztar + python setup.py sdist .PHONY: sdist -register: clean - python setup.py sdist --formats=zip,gztar register - python setup.py bdist_wheel register -.PHONY: release - upload: clean - python setup.py sdist --formats=zip,gztar register upload - python setup.py bdist_wheel register upload + python setup.py sdist upload + python setup.py bdist_wheel upload .PHONY: release test: