Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52cf97c

Browse files
committed
Revert "Build: Avoid redundant manylinux2014 builds across newer jobs."
This reverts commit a21e474.
1 parent a21e474 commit 52cf97c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ jobs:
181181
only: ${{ matrix.only }}
182182

183183
- name: Build old Linux wheels
184-
if: >-
185-
(startswith(matrix.only, 'cp38-manylinux_') || startswith(matrix.only, 'cp39-manylinux_')) &&
186-
(contains(matrix.only, 'i686') || contains(matrix.only, 'x86_64') || contains(matrix.only, 'aarch64'))
184+
if: contains(matrix.only, '-manylinux_') && (contains(matrix.only, 'i686') || contains(matrix.only, 'x86_64') || contains(matrix.only, 'aarch64'))
187185
uses: pypa/[email protected]
188186
env:
189187
CIBW_MANYLINUX_i686_IMAGE: manylinux2014

0 commit comments

Comments
 (0)