We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797915f commit aea87cdCopy full SHA for aea87cd
.github/workflows/cibuildwheel.yaml
@@ -103,16 +103,12 @@ jobs:
103
104
- name: Build wheels
105
uses: pypa/cibuildwheel@v2.20.0
106
- # TODO: temp testing
107
- if: ${{ matrix.python == 'cp38' }}
108
env:
109
CIBW_ARCHS_LINUX: all
110
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.name }}
111
112
- name: Upload artifacts
113
uses: actions/upload-artifact@v4
114
115
116
with:
117
name: cibw-wheel-${{ matrix.python }}-${{ matrix.platform.name }}
118
path: wheelhouse/*.whl
0 commit comments