diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 5 |
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. |