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 f2a41f8 commit 91c1637Copy full SHA for 91c1637
.github/workflows/build.yml
@@ -137,7 +137,7 @@ jobs:
137
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
138
env:
139
CIBW_ARCHS: "${{ matrix.arch }}"
140
- CIBW_BUILD: "cp39-${{ matrix.build }}*"
+ CIBW_BUILD: "cp310-${{ matrix.build }}*"
141
142
- uses: actions/upload-artifact@v4
143
0 commit comments