From cf00ed28a6603a4694bfc4fa06789862f6966f28 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 14 Nov 2020 17:33:08 +0200 Subject: [PATCH] Fix x86 wheels building --- .github/workflows/ci.yml | 1 + multidict/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f3afbc13..082362d10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/multidict/__init__.py b/multidict/__init__.py index b64ba1065..a20af24ef 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "5.0.1" +__version__ = "5.0.2" try: