We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc18379 commit f3ab69eCopy full SHA for f3ab69e
.github/workflows/build_test.yml
@@ -100,7 +100,7 @@ jobs:
100
platforms: all
101
- uses: actions/checkout@v3
102
- name: Building wheel
103
- uses: pypa/cibuildwheel@v2.11.4
+ uses: pypa/cibuildwheel@v2.12.0
104
env:
105
CIBW_BUILD: cp${{ env.shortver }}-${{ matrix.os.id }}
106
MACOSX_DEPLOYMENT_TARGET: 10.14 # Should be kept in sync with ci/build_darwin.sh
0 commit comments