Skip to content

Commit 4b2e4b3

Browse files
committed
BLD: wasm
1 parent ed8f35b commit 4b2e4b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,8 @@ jobs:
150150
- name: Build wheel
151151
env:
152152
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
153-
CIBW_PLATFORM: pyodide
154153
run: |
155-
if [[ $CIBW_BUILD == "*pyodide_wasm32" ]]; then
154+
if [[ $CIBW_BUILD == *pyodide_wasm32 ]]; then
156155
export CIBW_PLATFORM="pyodide"
157156
fi
158157
python -m pip install cibuildwheel==3.1.1

0 commit comments

Comments
 (0)