aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-25 14:32:01 -0400
committerGitHub <noreply@github.com>2020-04-25 13:32:01 -0500
commitf9ab38e6b274d7ad83bd1ea306be360468d80e71 (patch)
tree1134348f33a34aad74defdbdda717f3a7fe3b833
parentc38c4d29241e3b6ecefcfcfda0c6789e5d126556 (diff)
downloadcryptography-f9ab38e6b274d7ad83bd1ea306be360468d80e71.tar.gz
cryptography-f9ab38e6b274d7ad83bd1ea306be360468d80e71.tar.bz2
cryptography-f9ab38e6b274d7ad83bd1ea306be360468d80e71.zip
Update release procedure for infra changes (#5228)
-rw-r--r--.github/ISSUE_TEMPLATE/openssl-release.md13
-rw-r--r--.github/workflows/download_openssl.py2
2 files changed, 5 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md
index 21c5b256..33695372 100644
--- a/.github/ISSUE_TEMPLATE/openssl-release.md
+++ b/.github/ISSUE_TEMPLATE/openssl-release.md
@@ -1,12 +1,7 @@
-- [ ] Windows
- - [ ] 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
- - [ ] Wait for it to be merged
-- [ ] 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`
+- [ ] Windows, macOS, `manylinux`
+ - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux/openssl-version.sh)
- [ ] Wait for it to be merged
- [ ] Wait for the Github Actions job to complete
- [ ] Changelog entry
+- [ ] Release
+- [ ] Forward port changelog entry (if releasing from release branch) \ No newline at end of file
diff --git a/.github/workflows/download_openssl.py b/.github/workflows/download_openssl.py
index d5a49a3c..a1446cfb 100644
--- a/.github/workflows/download_openssl.py
+++ b/.github/workflows/download_openssl.py
@@ -17,7 +17,7 @@ def get_response(url, token):
def main(platform, target):
if platform == "windows":
- workflow = "build-openssl.yml"
+ workflow = "build-windows-openssl.yml"
path = "C:/"
elif platform == "macos":
workflow = "build-macos-openssl.yml"