From 791e9917c5e14f77e7a972c76860597dc1104843 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 14 Nov 2013 01:49:51 -0500 Subject: Add wheels support --- .env | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env') diff --git a/.env b/.env index a63c41f..0f3ccbd 100644 --- a/.env +++ b/.env @@ -37,9 +37,11 @@ function _distribute_project() root sudo rm -rf dist python setup.py sdist upload + python setup.py bdist_wheel upload overrides sudo rm -rf dist python setup.py sdist upload + python setup.py bdist_wheel upload } function _leave_project() -- cgit v1.2.1