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