Skip to content

Instantly share code, notes, and snippets.

@jonathan-kosgei
Created October 25, 2017 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathan-kosgei/83f6b66d32966fa6e5669a4ad36b623d to your computer and use it in GitHub Desktop.
Save jonathan-kosgei/83f6b66d32966fa6e5669a4ad36b623d to your computer and use it in GitHub Desktop.
deploying to pypi
git push origin master
git tag 1.3 -m "desc"
git push --tags origin master
python setup.py sdist upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment