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 05881ed commit 125af83Copy full SHA for 125af83
.github/workflows/wheels.yml
@@ -133,10 +133,12 @@ jobs:
133
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
134
fi
135
136
- - name: Build wheels
137
- uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
+ - name: Build wheel
138
env:
139
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
+ run: |
140
+ python -m pip install cibuildwheel==3.0.1
141
+ python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./wheelhouse
142
143
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
144
with:
0 commit comments