Last Updated: February 25, 2016
·
372
· naumanahmad

Commands For Uploading Package To PyPi

pip install wheel twine
python setup.py sdist bdist_wheel
python setup.py register
twine upload dist/*

Written by Nauman Ahmad

Recommend
Say Thanks
Update Notifications Off
Respond