File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.MANYLINUX.RUNNER }}
88 container :
99 image : quay.io/pypa/${{ matrix.MANYLINUX.NAME }}
10- volumes :
11- - /manylinux/wheelhouse:/io/wheelhouse
1210 strategy :
1311 matrix :
1412 PYTHON :
3129 steps :
3230 - name : Checkout repository
3331 uses : actions/checkout@v4
34- - name : Install build dependencies (manylinux)
32+ - name : Install build dependencies
3533 run : |
3634 yum install -y make unzip wget libffi libffi-devel
37- if : startsWith(matrix.MANYLINUX.NAME, 'manylinux')
38- - name : Install build dependencies (muslinux)
39- run : |
40- yum install -y make unzip wget libffi libffi-devel
41- if : startsWith(matrix.MANYLINUX.NAME, 'muslinux')
4235 - name : Install Python dependencies
4336 run : |
4437 ${{ matrix.PYTHON.BINARY }}/pip install --upgrade build pip cffi pytest setuptools auditwheel
You can’t perform that action at this time.
0 commit comments