Releasing to PyPI - SunPower/PVMismatch GitHub Wiki
Travis CI
PVMismatch is automatically deployed to PyPI and GitHub releases by pushing a new tag to the master branch.
Create ~/.pypirc
file as
~/.pypirc
file as[distutils]
index-servers=pypi
[pypi]
username:
password:
Upload to PyPi channel
_NOTE: python setup.py upload
is deprecated, use twine
instead as needed.
path\to\PVMismatch $ python setup.py sdist bdist_wheel upload