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 b4875ff commit bc869b0Copy full SHA for bc869b0
.github/workflows/cibuildwheel.yml
@@ -53,10 +53,10 @@ jobs:
53
CIBW_BUILD: "cp38-*"
54
CIBW_BEFORE_BUILD: pip install numpy~=1.17.0
55
56
- - name: Build wheels for CPython 3.7
+ - name: Build wheels for CPython 3.6 and 3.7
57
uses: pypa/[email protected]
58
env:
59
- CIBW_BUILD: "cp37-*"
+ CIBW_BUILD: "cp36-* cp37-*"
60
CIBW_BEFORE_BUILD: pip install numpy~=1.15.0
61
62
- uses: actions/upload-artifact@v2
0 commit comments