Skip to content
Snippets Groups Projects
Unverified Commit 458ed1d8 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] add target to upload packages to pypi

parent 928f081b
Branches
Tags
No related merge requests found
Pipeline #
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment