diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 733d67f4..043d52d2 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -21,11 +21,10 @@ Verifying OpenSSL version ------------------------- The release process creates wheels bundling OpenSSL for Windows, macOS, and -Linux. Check that the Windows and macOS Azure Pipelines builders have the latest -version of OpenSSL installed and verify that the latest version is present in -both the ``pyca/cryptography-manylinux1`` and -``pyca/cryptography-manylinux2010`` docker containers. If anything is out -of date follow the instructions for upgrading OpenSSL. +Linux. Check that the Windows, macOS, and Linux builders (both +``pyca/cryptography-manylinux1`` and ``pyca/cryptography-manylinux2010``) have +the latest OpenSSL. If anything is out of date follow the instructions for +upgrading OpenSSL. Upgrading OpenSSL ----------------- |