Skip to content

Commit e332aaf

Browse files
authored
MAINT Test building wheels (#105)
1 parent 61f3231 commit e332aaf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: build_wheels
22

3-
on:
4-
# push
5-
# pull_request
3+
on: # [push, pull_request]
64
release:
75
types:
86
- created
@@ -27,10 +25,10 @@ jobs:
2725
- uses: actions/setup-python@v2
2826
name: Install Python
2927
with:
30-
python-version: '3.7'
28+
python-version: '3.8'
3129
- name: Install cibuildwheel
3230
run: |
33-
python -m pip install cibuildwheel==1.5.1
31+
python -m pip install cibuildwheel==1.10.0
3432
- name: Build wheels
3533
env:
3634
# We only build for Python 3.6+. On Linux manylinux2010 is used.
@@ -53,7 +51,7 @@ jobs:
5351
- uses: actions/setup-python@v2
5452
name: Install Python
5553
with:
56-
python-version: '3.7'
54+
python-version: '3.8'
5755

5856
- name: Install dependencies
5957
run: pip install setuptools cython numpy

0 commit comments

Comments
 (0)