aboutsummaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/wheel-builder.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-16 20:32:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-17 08:32:04 +0800
commitae13fec7fcf795afc198a14daaaf6e33b0513647 (patch)
treeb555c2811110fa65be37e131b6059c7b78198939 /.azure-pipelines/wheel-builder.yml
parent9c759d08870d972f1d84e8543130bfb26be4e442 (diff)
downloadcryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.gz
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.bz2
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.zip
Fixes #5010 -- test and build 3.8 wheels (#5013)
* Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
Diffstat (limited to '.azure-pipelines/wheel-builder.yml')
-rw-r--r--.azure-pipelines/wheel-builder.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index b3ec8ee0..a93ec836 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -204,6 +204,16 @@ jobs:
PYTHON_VERSION: '37'
OPENSSL_DIR: 'OpenSSL-Win64-2015'
WINDOWS_ARCH: 'x86_64'
+ Python38-x86:
+ containerImage: 'pyca/cryptography-runner-windows:py3-x86'
+ PYTHON_VERSION: '38'
+ OPENSSL_DIR: 'OpenSSL-Win32-2015'
+ WINDOWS_ARCH: 'x86'
+ Python38-x86-64:
+ containerImage: 'pyca/cryptography-runner-windows:py3-x86_64'
+ PYTHON_VERSION: '38'
+ OPENSSL_DIR: 'OpenSSL-Win64-2015'
+ WINDOWS_ARCH: 'x86_64'
steps:
- script: '"C:/Python%PYTHON_VERSION%/python.exe" -m pip install -U pip==10.0.1'
displayName: Downgrade pip lol