Skip to content

Commit 125af83

Browse files
committed
Switch to manual cibuildwheel invocation
1 parent 05881ed commit 125af83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ jobs:
133133
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
134134
fi
135135
136-
- name: Build wheels
137-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
136+
- name: Build wheel
138137
env:
139138
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
139+
run: |
140+
python -m pip install cibuildwheel==3.0.1
141+
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./wheelhouse
140142
141143
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
142144
with:

0 commit comments

Comments
 (0)