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 f3fa62d commit a961c87Copy full SHA for a961c87
.github/workflows/build.yml
@@ -40,6 +40,8 @@ jobs:
40
with:
41
platforms: all
42
- uses: pypa/cibuildwheel@v2.21.2
43
+ env:
44
+ CXX: "g++-12"
45
- uses: actions/upload-artifact@v4
46
47
name: artifact-wheel-${{ matrix.os }}
0 commit comments