From 9d58a888011fb766729b2ec4e8579a4547c49b84 Mon Sep 17 00:00:00 2001 From: Chaim Halbert Date: Mon, 3 Aug 2020 00:38:28 -0700 Subject: [PATCH] install wheel pkg --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 27060e9..d6704d0 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ pyenv-install-versions: pyenv-is-installed pip install -U pip; \ pip install -U pytest; \ pip install -U twine; \ + pip install -U wheel; \ done | grep -v 'Requirement already satisfied, skipping upgrade' pyenv rehash