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 4748d3b commit 7241811Copy full SHA for 7241811
.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://ftp.openssl.org/source/openssl-1.1.1k.tar.gz
+ wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
60
tar xf openssl*.gz
61
cd openssl*
62
./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic
@@ -81,7 +81,7 @@ jobs:
81
- name: Build Sdist
82
if: ${{ matrix.build-sdist }}
83
run: pipx run build --sdist
84
-
+
85
- name: Store the source distribution package
86
87
uses: actions/upload-artifact@v4
0 commit comments