We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919aae8 commit ba985f3Copy full SHA for ba985f3
.github/workflows/wheels.yml
@@ -66,7 +66,7 @@ jobs:
66
echo "REPAIR_LIBRARY_PATH=$CONDA_PREFIX/lib" >> $GITHUB_ENV # https://github.com/pypa/cibuildwheel/issues/816#issuecomment-916197079
67
echo "$CONDA_PREFIX/bin" >> $GITHUB_PATH # necessary when we don't activate the environment
68
- name: Build wheels
69
- uses: pypa/cibuildwheel@v2.17
+ uses: pypa/cibuildwheel@v2.18
70
env:
71
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}_${{ matrix.buildplat[2] }}
72
CIBW_BUILD_VERBOSITY: 1
0 commit comments