We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456a558 commit ea10902Copy full SHA for ea10902
2 files changed
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-tags: true
48
fetch-depth: 0
49
50
- - uses: pypa/cibuildwheel@v2.22
+ - uses: pypa/cibuildwheel@v2.23
51
env:
52
CIBW_ARCHS: ${{ matrix.arch }}
53
MACOSX_DEPLOYMENT_TARGET: 10.14
@@ -79,7 +79,7 @@ jobs:
79
- uses: docker/setup-qemu-action@v3
80
if: matrix.os == 'ubuntu-latest'
81
82
83
84
85
CIBW_BUILD: cp${{ matrix.python }}*${{ matrix.libc }}*
rapidjson
0 commit comments