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