We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c221e6 commit 9eb3912Copy full SHA for 9eb3912
.github/workflows/publish-to-pypi.yml
@@ -56,7 +56,7 @@ jobs:
56
CIBW_BEFORE_ALL_LINUX: |
57
if [[ ! -z "$(which yum)" ]]; then
58
yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake
59
- wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
+ wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1k.tar.gz
60
tar xf openssl*.gz
61
cd openssl*
62
./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic
0 commit comments