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 2da433f commit b221b68Copy full SHA for b221b68
.github/workflows/wheels.yml
@@ -154,6 +154,7 @@ jobs:
154
if [[ $CIBW_BUILD == *pyodide_wasm32 ]]; then
155
# specifying CIBW_PLATFORM is required to get the wasm build to work
156
export CIBW_PLATFORM="pyodide"
157
+ echo $PWD
158
fi
159
python -m pip install cibuildwheel==3.1.1
160
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
0 commit comments