Skip to content

Commit

Permalink
Restore pp37-win_amd64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Dec 8, 2021
1 parent 28d6df2 commit 5b8e32e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-dist.yml
Expand Up @@ -25,10 +25,10 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.1.1
uses: pypa/cibuildwheel@v2.3.0
env:
# Skip build errors
CIBW_SKIP: "cp310-macosx_x86_64 pp*-macosx_x86_64 pp*-win*"
CIBW_SKIP: "pp37-macosx_x86_64 pp38-*"

- uses: actions/upload-artifact@v2
with:
Expand All @@ -49,17 +49,18 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.1.1
uses: pypa/cibuildwheel@v2.3.0
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BUILD: cp*-manylinux_aarch64

- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl

build_sdist:
name: Build source distribution
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5b8e32e

Please sign in to comment.