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.
CIBW_PLATFORM
1 parent 04cee9a commit 8779d87Copy full SHA for 8779d87
.github/workflows/wheels.yml
@@ -154,15 +154,7 @@ jobs:
154
env:
155
CIBW_PRERELEASE_PYTHONS: True
156
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
157
-
158
- - name: Build wheels (Pyodide)
159
- uses: pypa/[email protected]
160
- with:
161
- package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
162
- if: ${{ matrix.buildplat[1] == 'pyodide_wasm32' }}
163
- env:
164
- CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
165
- CIBW_PLATFORM: pyodide
+ CIBW_PLATFORM: ${{ matrix.buildplat[1] == 'pyodide_wasm32' && 'pyodide' || 'auto' }}
166
167
- name: Set up Python
168
uses: mamba-org/setup-micromamba@v1
0 commit comments