Update python release instructions

- so I don't have search my bash history
This commit is contained in:
Gregg Van Hove
2017-05-17 17:35:23 -07:00
parent 5d1d19f494
commit 99fd7ddb88

View File

@@ -40,7 +40,10 @@ When ready to release - specs are all green and the stories are done:
### Release the Python egg
1. `python setup.py register sdist upload` You will need pypi credentials to upload the egg.
Install [twine](https://github.com/pypa/twine)
1. `python setup.py sdist`
1. `twine upload dist/jasmine-core-<version>.tar.gz` You will need pypi credentials to upload the egg.
### Release the Ruby gem