Skip to content

Commit 0f0902b

Browse files
authored
Fix CD failure on universal2 packages (#244)
1 parent ec4fddd commit 0f0902b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Build wheels
3232
uses: pypa/[email protected]
33+
if: ${{ matrix.arch != 'universal2' }}
3334
env:
3435
CIBW_BEFORE_BUILD: git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
3536
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)