We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f7d55 commit ed8f35bCopy full SHA for ed8f35b
1 file changed
.github/workflows/wheels.yml
@@ -150,6 +150,7 @@ jobs:
150
- name: Build wheel
151
env:
152
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
153
+ CIBW_PLATFORM: pyodide
154
run: |
155
if [[ $CIBW_BUILD == "*pyodide_wasm32" ]]; then
156
export CIBW_PLATFORM="pyodide"
0 commit comments