summaryrefslogtreecommitdiff
path: root/Makefile
blob: fd9f2d3054b345f30a6498ad499ff79988341fe3 (plain)
1
2
3
4
5
6
7
default:
.PHONY :  upload_packages

upload_packages:
	cd common && python setup.py sdist bdist_wheel --universal upload  --sign -i $(MAINTAINER) -r pypi
	cd client && python setup.py sdist bdist_wheel --universal upload  --sign -i $(MAINTAINER) -r pypi
	cd server && python setup.py sdist bdist_wheel --universal upload  --sign -i $(MAINTAINER) -r pypi