We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b607d commit edf15a7Copy full SHA for edf15a7
.azure/release.yml
@@ -38,12 +38,12 @@ stages:
38
64Bit:
39
arch: x86_64
40
plat: manylinux2014_x86_64
41
- image: quay.io/pypa/manylinux2010_x86_64
+ image: quay.io/pypa/manylinux2014_x86_64
42
python.architecture: x64
43
32Bit:
44
arch: i686
45
plat: manylinux2014_i686
46
- image: quay.io/pypa/manylinux2010_i686
+ image: quay.io/pypa/manylinux2014_i686
47
python.architecture: x86
48
pool:
49
vmImage: "ubuntu-latest"
0 commit comments