summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:56:18 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:56:18 -0400
commit092102ed79cce3f4d0968120d9376381535c9360 (patch)
tree5607d851f89dc0bf91b01518f5a52da72720c44b /.env
parent8869eebbe9b9fe55b12c0996708c6aabd0519585 (diff)
parente3f9fdf008f1c1f803c33ac93cefac0e01f6fdfd (diff)
downloadpies-092102ed79cce3f4d0968120d9376381535c9360.tar.gz
Merge tag '2.6.5' into develop
2.6.5
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()