blob: 9f4445676e66e68e70fca71b8a52bb9c988fc18a (
plain)
1
2
3
4
|
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
|