Thanks to visit codestin.com Credit goes to github.com
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 34bd554 commit 48f49dfCopy full SHA for 48f49df
.github/workflows/cibuildwheel.yml
@@ -34,6 +34,16 @@ jobs:
34
run: |
35
cp setup.cfg.template setup.cfg
36
37
+ - name: Build wheels for CPython 3.9
38
+ run: |
39
+ python -m cibuildwheel --output-dir dist
40
+ env:
41
+ CIBW_BUILD: "cp39-*"
42
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
43
+ CIBW_MANYLINUX_I686_IMAGE: manylinux1
44
+ CIBW_BEFORE_BUILD: pip install certifi numpy==1.19.3
45
+ MPL_DISABLE_FH4: "yes"
46
+
47
- name: Build wheels for CPython
48
49
python -m cibuildwheel --output-dir dist
0 commit comments