Skip to content

Commit aa0ba44

Browse files
authored
Update wheel build (#57)
1 parent 7a8a2be commit aa0ba44

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v2.1.1
21+
uses: pypa/cibuildwheel@v2.3.0
2222
env:
2323
# From rio-color here:
2424
# https://github.com/mapbox/rio-color/blob/0ab59ad8e2db99ad1d0c8bd8c2e4cf8d0c3114cf/appveyor.yml#L3
25-
# Skip Python 3.10 until officially released, as numpy wheels aren't yet
26-
# available
27-
CIBW_SKIP: "cp2* cp35* cp310* pp* *-win32 *-manylinux_i686"
25+
CIBW_SKIP: "cp2* cp35* pp* *-win32 *-manylinux_i686"
2826
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
29-
CIBW_BEFORE_BUILD: python -m pip install numpy Cython
27+
CIBW_BEFORE_BUILD: python -m pip install oldest-supported-numpy Cython
3028

3129
- uses: actions/upload-artifact@v2
3230
with:

0 commit comments

Comments
 (0)