Skip to content

Commit

Permalink
Fix manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 19, 2019
1 parent f3a6b03 commit caf6acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
resources:
containers:
- container: manylinux
image: quay.io/pypa/manylinux2010_x86_64
image: quay.io/pypa/manylinux1_x86_64
repositories:
- repository: templates
type: github
Expand Down Expand Up @@ -56,7 +56,7 @@ stages:
python.code: 'cp37-cp37m'
manylinux: 'manylinux_64'
py38 x64:
python.code: 'cp38-cp38m'
python.code: 'cp38-cp38'
manylinux: 'manylinux_64'
pool:
vmImage: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"istr",
)

__version__ = "4.6.0a1"
__version__ = "4.6.0a2"


try:
Expand Down

0 comments on commit caf6acf

Please sign in to comment.