aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-02 20:42:20 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-06-02 19:42:20 -0500
commit75b4eaac47bc13f68a4838219f095ebf6d416eaf (patch)
treeb2ebdb0e0ffb32e99325091533a73c0de6bf7679 /.github
parent5af23ed2798448f9c0975ceaeff65a73dfb59ffb (diff)
downloadcryptography-75b4eaac47bc13f68a4838219f095ebf6d416eaf.tar.gz
cryptography-75b4eaac47bc13f68a4838219f095ebf6d416eaf.tar.bz2
cryptography-75b4eaac47bc13f68a4838219f095ebf6d416eaf.zip
Manylinux2010 wheel (#4910)
* add manylinux2010 wheel builder * various updates * empty commit * need to pass a plat tag * hacks need hacks
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/openssl-release.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md
index 074d9fb0..c2fcae3d 100644
--- a/.github/ISSUE_TEMPLATE/openssl-release.md
+++ b/.github/ISSUE_TEMPLATE/openssl-release.md
@@ -3,5 +3,6 @@
- [ ] macOS
- [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula
- [ ] Wait for it to be merged
-- [ ] manylinux1
- - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux1/install_openssl.sh#L5-L6)
+- [ ] manylinux
+ - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux1/install_openssl.sh#L5-L6) for `manylinux1`
+ - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux2010/install_openssl.sh#L5-L6) for `manylinux2010`