From f0a585b02f6efd4fa912deb01075018c10aef531 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sat, 27 Feb 2016 05:35:09 +0100 Subject: [PATCH] release.sh: add pypi instructions Signed-off-by: Nicolas Sebrecht --- contrib/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/release.sh b/contrib/release.sh index a0756bd..b378b72 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -455,6 +455,7 @@ Command samples to do manually: - git push master:master - git push next:next - git push $new_version +- python setup.py sdist && twine upload dist/* && rm -rf dist MANIFEST - cd website - git checkout master - git merge $branch_name