Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 447 Bytes

DEPLOY.md

File metadata and controls

15 lines (10 loc) · 447 Bytes

Deployment procedures

Helpful instructions can be found here

  1. Increment the version number in setup.py
  2. Add notes for the new version in RELEASE.txt
  3. Run the following commands to upload the new version to pypi
python setup.py sdist
python setup.py sdist upload
  1. Check pypi.python.org that the new version is present.