Skip to content

Commit caf6acf

Browse files
committed
Fix manylinux build
1 parent f3a6b03 commit caf6acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure-pipelines/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
resources:
1414
containers:
1515
- container: manylinux
16-
image: quay.io/pypa/manylinux2010_x86_64
16+
image: quay.io/pypa/manylinux1_x86_64
1717
repositories:
1818
- repository: templates
1919
type: github
@@ -56,7 +56,7 @@ stages:
5656
python.code: 'cp37-cp37m'
5757
manylinux: 'manylinux_64'
5858
py38 x64:
59-
python.code: 'cp38-cp38m'
59+
python.code: 'cp38-cp38'
6060
manylinux: 'manylinux_64'
6161
pool:
6262
vmImage: 'ubuntu-latest'

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"istr",
2020
)
2121

22-
__version__ = "4.6.0a1"
22+
__version__ = "4.6.0a2"
2323

2424

2525
try:

0 commit comments

Comments
 (0)