diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-06 19:36:09 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-06 19:36:09 +0000 |
| commit | 084aa1a609ace114157e3df6b3572725c947ffe5 (patch) | |
| tree | 8a6a42198fb9d53a35b9c7a29e47892e5d706911 | |
| parent | 816edf421dbb59688353fd0ec8cd101d1f884068 (diff) | |
| download | cryptography-azure-linux-wheeler.tar.gz | |
| -rw-r--r-- | .azure-pipelines/wheel-builder.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml index ee12fca9e..1507b4b4f 100644 --- a/.azure-pipelines/wheel-builder.yml +++ b/.azure-pipelines/wheel-builder.yml @@ -118,4 +118,4 @@ jobs: .venv/bin/python -c "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))" displayName: Print the OpenSSL we built and linked against - upload: wheelhouse/ - artifact: cryptography-manylinux1-$PYTHON_VERSION + artifact: cryptography-manylinux1-$(PYTHON_VERSION) |
