From 4ee12ea16f84703c8e13d761240c6ff1cd2df3e2 Mon Sep 17 00:00:00 2001 From: John Reese Date: Tue, 12 Nov 2019 21:17:37 -0800 Subject: [PATCH] Correct wheel command --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 04e5f48..653e852 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ venv: echo 'run `source .venv/bin/activate` to use virtualenv' release: lint test clean - python setup.py sdist wheel + python setup.py sdist bdist_wheel python -m twine upload dist/* format: