From 825a24199f5569d38ff948a31f406e6aa1cbfe5e Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 16 May 2019 14:14:33 +0300 Subject: [PATCH] Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c80d907..f1f1b78 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,5 @@ black: isort -rc sanic_jwt tests release: clean - python setup.py sdist bdist_wheel + python setup.py sdist twine upload dist/* \ No newline at end of file