Skip to content

Commit

Permalink
Fix x86 wheels building
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2020
1 parent 5890e46 commit cf00ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
architecture: ${{ arch }}
- name: Install dependencies
run: |
python -m pip install -U setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"getversion",
)

__version__ = "5.0.1"
__version__ = "5.0.2"


try:
Expand Down

0 comments on commit cf00ed2

Please sign in to comment.