Skip to content

Commit aea87cd

Browse files
committed
chore(cibw): test all wheels
1 parent 797915f commit aea87cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cibuildwheel.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,12 @@ jobs:
103103

104104
- name: Build wheels
105105
uses: pypa/cibuildwheel@v2.20.0
106-
# TODO: temp testing
107-
if: ${{ matrix.python == 'cp38' }}
108106
env:
109107
CIBW_ARCHS_LINUX: all
110108
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.name }}
111109

112110
- name: Upload artifacts
113111
uses: actions/upload-artifact@v4
114-
# TODO: temp testing
115-
if: ${{ matrix.python == 'cp38' }}
116112
with:
117113
name: cibw-wheel-${{ matrix.python }}-${{ matrix.platform.name }}
118114
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)