From 99fd7ddb8876a8b54e27e1e31b926ff64034126f Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 17 May 2017 17:35:23 -0700 Subject: [PATCH] Update python release instructions - so I don't have search my bash history --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e5273b06..caae7ddd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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-.tar.gz` You will need pypi credentials to upload the egg. ### Release the Ruby gem