Skip to content
Aaron Riedener edited this page Aug 2, 2018 · 2 revisions

Precondition: Setup a .pypirc in the home folder of the developer that includes the password and the username to access the pypi repo koalix-crm

A release includes the following steps:

  1. Update setup.py with the new versions and dependencies
  2. Update the koalixcrm.py/version.py with the new version and dependencies
  3. Update the requirements.txt documents within requirements folder add the new dependencies
  4. Update LICENSE file with latest date
  5. Update documentation explaining the new features
  6. Commit changes
  7. Set a tag on the master
  8. run command python setup.py sdist upload -r pypi
Clone this wiki locally