We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f3231 commit e332aafCopy full SHA for e332aaf
.github/workflows/build-wheels.yml
@@ -1,8 +1,6 @@
1
name: build_wheels
2
3
-on:
4
- # push
5
- # pull_request
+on: # [push, pull_request]
6
release:
7
types:
8
- created
@@ -27,10 +25,10 @@ jobs:
27
25
- uses: actions/setup-python@v2
28
26
name: Install Python
29
with:
30
- python-version: '3.7'
+ python-version: '3.8'
31
- name: Install cibuildwheel
32
run: |
33
- python -m pip install cibuildwheel==1.5.1
+ python -m pip install cibuildwheel==1.10.0
34
- name: Build wheels
35
env:
36
# We only build for Python 3.6+. On Linux manylinux2010 is used.
@@ -53,7 +51,7 @@ jobs:
53
51
54
52
55
56
57
58
- name: Install dependencies
59
run: pip install setuptools cython numpy
0 commit comments