Skip to content

Commit

Permalink
Try to fix platform build thing #91 #78
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jan 25, 2017
1 parent 1a513d9 commit 58b3639
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.1.1
=====

* Platform specific wheel to prevent pyinotify install by accident. #91 #78

3.1.0
=====

Expand Down
49 changes: 0 additions & 49 deletions client/setup-lite.py

This file was deleted.

9 changes: 2 additions & 7 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ echo "$OLD_VERSION -> $NEW_VERSION"
git ls-files | grep -E ".+\.coffee|.+\.json|.+\.py" | xargs sed -i -e "s/$OLD_VERSION_RE/$NEW_VERSION/g"
pushd server
grunt
python setup.py sdist bdist_wheel upload
python setup.py sdist bdist_wheel --universal --plat-name=linux-x86_64 upload
popd

pushd client
python setup.py sdist bdist_wheel upload
mv setup.py setup-full.py
mv setup-lite.py setup.py
python setup.py sdist bdist_wheel upload
mv setup.py setup-lite.py
mv setup-full.py setup.py
python setup.py sdist bdist_wheel --universal --plat-name=linux-x86_64 upload
popd

git commit -am "Bump Version $OLD_VERSION -> $NEW_VERSION"
Expand Down

0 comments on commit 58b3639

Please sign in to comment.