Skip to content

Commit 1270a6c

Browse files
committed
Switch to manual cibuildwheel invocation
1 parent 8082f7e commit 1270a6c

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
@@ -130,10 +130,12 @@ jobs:
130130
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
131131
fi
132132
133-
- name: Build wheels
134-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
133+
- name: Build wheel
135134
env:
136135
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
136+
run: |
137+
python -m pip install cibuildwheel==3.0.1
138+
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./wheelhouse
137139
138140
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139141
with:

0 commit comments

Comments
 (0)