Skip to content

Commit

Permalink
Merge pull request #11 from anthrotype/win32
Browse files Browse the repository at this point in the history
Build wheels for Windows 32-bit x86 platform
  • Loading branch information
anthrotype committed Jun 3, 2020
2 parents 011b7e4 + aee8568 commit 8645aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
CIBW_BUILD: "cp36-*"
# build using the manylinux1 image to ensure manylinux1 wheels are produced
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
# skip PyPy (no manylinux1), 32-bit linux and win, and other architectures
CIBW_SKIP: "pp* cp*manylinux_i686 cp*manylinux_aarch64 cp*manylinux_ppc64le cp*manylinux_s390x cp*win32"
# skip PyPy (no manylinux1), 32-bit linux, and other architectures
CIBW_SKIP: "pp* cp*manylinux_i686 cp*manylinux_aarch64 cp*manylinux_ppc64le cp*manylinux_s390x"
CIBW_TEST_REQUIRES: "pytest"
# run test suite with pytest, no coverage
# TODO: run with coverage and publish to codecov.io
Expand Down

0 comments on commit 8645aab

Please sign in to comment.