aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-07 11:06:51 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-07 11:06:51 -0800
commitfea893c7060c57fe5ed9e0f9df58fee5c306681b (patch)
tree038e3d61659f0a11012f29fafdd3f8b5ba4d0703 /docs/doing-a-release.rst
parentb3794dbe97a6f4e088244adfdd6a06b2d4e185e0 (diff)
downloadcryptography-fea893c7060c57fe5ed9e0f9df58fee5c306681b.tar.gz
cryptography-fea893c7060c57fe5ed9e0f9df58fee5c306681b.tar.bz2
cryptography-fea893c7060c57fe5ed9e0f9df58fee5c306681b.zip
More stuff
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 77582a48..e52c2728 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -23,5 +23,6 @@ key in order to do a release. Once this has happened:
* Run ``invoke release {version}``.
-That's all, the release should now be available on PyPI and a tag should be
-available in the repository.
+The release should now be available on PyPI and a tag should be available in
+the repository. You should verify that ``pip install cryptography`` works
+correctly.