Skip to content

Commit 42663a5

Browse files
committed
Including x64 arch
1 parent c092999 commit 42663a5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
python-version: [3.6, 3.7, 3.8, 3.9]
23-
include:
24-
- os: windows-2019
25-
arch: "AMD64"
26-
use_qemu: false
27-
- os: windows-2019
28-
arch: "x86"
29-
use_qemu: false
23+
architecture: [x86, x64]
3024
steps:
3125
- name: Check out repository
3226
uses: actions/checkout@v2
@@ -35,6 +29,7 @@ jobs:
3529
uses: actions/setup-python@v2
3630
with:
3731
python-version: ${{ matrix.python-version }}
32+
architecture: ${{ matrix.architecture }}
3833

3934
- name: Build sdist
4035
run: python setup.py sdist

0 commit comments

Comments
 (0)