Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 807 Bytes

Submitting Contributions

Contributions are totally welcome. However, contributors must sign a Contributor License Agreement (CLA) before making a submission. Learn more here.

Release process

  1. Make sure documentation is generated properly. See the doc directory for more information.
  2. Update version number and information at setup.py, conf.py and NEWS.md.
  3. You must be maintainer at carto pypi repo.
  4. Prepare a ~/.pypirc file:
[distutils]
index-servers =
  pypi
  pypitest

[pypi]
username=your_username
password=your_password

[pypitest]
username=your_username
password=your_password
  1. Release it: python setup.py sdist upload -r pypi.