Skip to content

Commit

Permalink
Move Wheel build target to main dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Boender committed Feb 8, 2017
1 parent 0bcce85 commit 7c93525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ release_rpm: release_check clean release_deb
release_wheel: release_check clean
echo "$(REL_VERSION)" > src/ansiblecmdb/data/VERSION
python setup.py bdist_wheel --universal
mv dist/*.whl .
rmdir dist
rm -rf build
echo `git rev-parse --abbrev-ref HEAD | tr "[:lower:]" "[:upper:]"` > src/ansiblecmdb/data/VERSION

install:
Expand Down

0 comments on commit 7c93525

Please sign in to comment.