Contributions are totally welcome. However, contributors must sign a Contributor License Agreement (CLA) before making a submission. Learn more here.
- Make sure documentation is generated properly. See the doc directory for more information.
- Update version number and information at
setup.py
,conf.py
andNEWS.md
. - You must be maintainer at carto pypi repo.
- Prepare a
~/.pypirc
file:
[distutils]
index-servers =
pypi
pypitest
[pypi]
username=your_username
password=your_password
[pypitest]
username=your_username
password=your_password
- Release it:
python setup.py sdist upload -r pypi
.