File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.os }}
88 strategy :
99 matrix :
10- os : [ubuntu-latest, ubuntu-20.04, macos-latest ]
10+ os : [ubuntu-latest, ubuntu-20.04]
1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-python@v2
1414
1515 - name : cibuildwheel installation
1616 run : python -m pip install cibuildwheel twine
17-
18- - name : Install gcc on macOS
19- if : matrix.os == 'macos-latest'
20- run : |
21- brew install gcc@11
22-
23- - name : build specified wheels on macOS
24- if : matrix.os == 'macos-latest'
25- run : |
26- python -m cibuildwheel --output-dir dist
27- env :
28- CC : gcc-11
29- CIBW_BUILD : cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
30- CIBW_BEFORE_BUILD : python -m pip install cython
3117
3218 - name : build specified wheels on ubuntu-20.04
3319 if : matrix.os == 'ubuntu-20.04'
You can’t perform that action at this time.
0 commit comments