Skip to content

Commit 5b8e32e

Browse files
authored
Restore pp37-win_amd64 build
Apply fix of pypa/cibuildwheel#817
1 parent 28d6df2 commit 5b8e32e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-dist.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
submodules: true
2626

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

3333
- uses: actions/upload-artifact@v2
3434
with:
@@ -49,17 +49,18 @@ jobs:
4949
platforms: all
5050

5151
- name: Build wheels
52-
uses: pypa/cibuildwheel@v2.1.1
52+
uses: pypa/cibuildwheel@v2.3.0
5353
env:
5454
CIBW_ARCHS_LINUX: aarch64
55+
CIBW_BUILD: cp*-manylinux_aarch64
5556

5657
- uses: actions/upload-artifact@v2
5758
with:
5859
path: ./wheelhouse/*.whl
5960

6061
build_sdist:
6162
name: Build source distribution
62-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-20.04
6364
steps:
6465
- uses: actions/checkout@v2
6566
with:

0 commit comments

Comments
 (0)