Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Uploading new version of Python Wrapper

Ben Sinclair edited this page Jan 9, 2017 · 1 revision

Update Version number in local files

  1. Increment the version number in setup.py
  2. Increment the version number in README.md

Merge the branches in Git

Merge the developer branch to the Master Branch using Github

Generate the new files for pip

Open Repo in Terminal

python setup.py sdist --format=gztar

Upload the data to sites

  1. Use Github app to push the latest version to Github
  2. Upload to PyPi via Terminal $ twine upload dist/*