Skip to content

Commit abba89d

Browse files
authored
appveyor: use OpenSSL 3, copy only libcrypto into wheel
1 parent 7ab1db2 commit abba89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ install:
4545
https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
4646
Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
4747
throw "There are newer queued builds for this pull request, failing early." }
48-
- set OPENSSL_DIR="C:\OpenSSL-v11-Win%PYTHON_ARCH%"
48+
- set OPENSSL_DIR="C:\OpenSSL-v30-Win%PYTHON_ARCH%"
4949
- set VCLIBDIR=%WINDIR%\System32
5050
- cp %VCLIBDIR%/vcruntime140.dll ssh/
5151
- cp %VCLIBDIR%/msvcr120.dll ssh/
52-
- cp %OPENSSL_DIR%/bin/*.dll ssh/
52+
- cp %OPENSSL_DIR%/bin/libcrypto*.dll ssh/
5353

5454
- for %%I in (%PYTHONVERS%) do %%I\python.exe -V
5555
- for %%I in (%PYTHONVERS%) do %%I\Scripts\pip install -U wheel setuptools twine cython

0 commit comments

Comments
 (0)