mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
How to verify that your released correctly
This commit is contained in:
parent
4345c0d3e6
commit
41c14d55ea
1 changed files with 9 additions and 1 deletions
|
|
@ -25,4 +25,12 @@ key in order to do a release. Once this has happened:
|
|||
|
||||
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.
|
||||
correctly:
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> import cryptography
|
||||
>>> cryptography.__version__
|
||||
'...'
|
||||
|
||||
Verify that this is the version you just released.
|
||||
|
|
|
|||
Loading…
Reference in a new issue