diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-03-31 13:36:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 12:36:04 -0500 |
commit | 6bb9d5ad9d6d0b4223f72bf3162e4983d608be86 (patch) | |
tree | 5ff81e0e9bae49178d9d674e7f70e29b8a6c4b26 | |
parent | b76fdd592a9d77aafeb161aa201a421de8692789 (diff) | |
download | cryptography-6bb9d5ad9d6d0b4223f72bf3162e4983d608be86.tar.gz cryptography-6bb9d5ad9d6d0b4223f72bf3162e4983d608be86.tar.bz2 cryptography-6bb9d5ad9d6d0b4223f72bf3162e4983d608be86.zip |
Update the openssl release (#5166)
-rw-r--r-- | .github/ISSUE_TEMPLATE/openssl-release.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md index 13da8b14..3c0629f4 100644 --- a/.github/ISSUE_TEMPLATE/openssl-release.md +++ b/.github/ISSUE_TEMPLATE/openssl-release.md @@ -1,5 +1,6 @@ - [ ] Windows - - [ ] Run `build-openssl.sh` in the `pyca/infra` repository + - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/.github/workflows/build-openssl.yml#L36-L37) + - [ ] Wait for it to be merged - [ ] Wait for the Github Actions job to complete - [ ] macOS - [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula @@ -7,3 +8,4 @@ - [ ] manylinux - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux/install_openssl.sh#L5-L6) for `manylinux` - [ ] Wait for it to be merged + - [ ] Wait for the Github Actions job to complete |