diff options
| -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) |
