Skip to content

Commit 91c1637

Browse files
authored
Update build.yml
1 parent f2a41f8 commit 91c1637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
138138
env:
139139
CIBW_ARCHS: "${{ matrix.arch }}"
140-
CIBW_BUILD: "cp39-${{ matrix.build }}*"
140+
CIBW_BUILD: "cp310-${{ matrix.build }}*"
141141

142142
- uses: actions/upload-artifact@v4
143143
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)

0 commit comments

Comments
 (0)