Skip to content

Commit 3dab60a

Browse files
committed
.github/workflows/linux-wheels: small fixes to build logic
1 parent cd19bce commit 3dab60a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/linux-wheels.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
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:
@@ -31,14 +29,9 @@ jobs:
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

0 commit comments

Comments
 (0)