Skip to content

Commit 7241811

Browse files
committed
Fix broken link to OpenSSL sources.
1 parent 4748d3b commit 7241811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CIBW_BEFORE_ALL_LINUX: |
5757
if [[ ! -z "$(which yum)" ]]; then
5858
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
59+
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
6060
tar xf openssl*.gz
6161
cd openssl*
6262
./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build Sdist
8282
if: ${{ matrix.build-sdist }}
8383
run: pipx run build --sdist
84-
84+
8585
- name: Store the source distribution package
8686
if: ${{ matrix.build-sdist }}
8787
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)