aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-04-19 19:32:28 -0500
committerGitHub <noreply@github.com>2020-04-19 20:32:28 -0400
commit5526dca15bded0687e507a065b141694ee5f1530 (patch)
tree5f1126883e7011c1ab42dd5d0d97b48c11002603 /docs
parentdef74d90f17904c0808669091bab4d3bb041d8b8 (diff)
downloadcryptography-5526dca15bded0687e507a065b141694ee5f1530.tar.gz
cryptography-5526dca15bded0687e507a065b141694ee5f1530.tar.bz2
cryptography-5526dca15bded0687e507a065b141694ee5f1530.zip
goodbye azure (#5207)
* goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/doing-a-release.rst9
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
-----------------