We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e8d3f commit 3f507e1Copy full SHA for 3f507e1
.github/workflows/cibuildwheel.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "Setting CIBW_SKIP=$CIBW_SKIP"
57
58
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
59
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.21.0
60
env:
61
# Skips pypy py36,37
62
CIBW_SKIP: ${{ env.CIBW_SKIP }}
0 commit comments