summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:56:03 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:56:03 -0400
commit17829b6034295d706d0488cc1b6c71c58acacfa2 (patch)
tree5607d851f89dc0bf91b01518f5a52da72720c44b /.env
parent399048c3825e4651589e3e00b7d5cd7bf6c0a0ac (diff)
downloadpies-17829b6034295d706d0488cc1b6c71c58acacfa2.tar.gz
Update distribute command to include wheel generation
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 2 insertions, 0 deletions
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()