From 17829b6034295d706d0488cc1b6c71c58acacfa2 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 7 May 2015 03:56:03 -0400 Subject: Update distribute command to include wheel generation --- .env | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env') diff --git a/.env b/.env index a2f6462..894af80 100644 --- a/.env +++ b/.env @@ -37,9 +37,11 @@ function _distribute_project() root sudo rm -rf dist build python setup.py sdist upload + python setup.py bdist_wheel upload overrides sudo rm -rf dist build python setup.py sdist upload + python setup.py bdist_wheel upload } function _leave_project() -- cgit v1.2.1