1 parent 3a24607 commit 042a2b0Copy full SHA for 042a2b0
1 file changed
.github/workflows/ci.yaml
@@ -1,7 +1,7 @@
1
name: Build and upload wheels
2
on: [push, pull_request]
3
env:
4
- CIBW_BUILD: 'cp313-musllinux_*'
+ CIBW_BUILD: 'cp314-musllinux_*'
5
concurrency:
6
# Group runs by PR, but keep runs on the default branch separate
7
# because we do not want to cancel wheel uploads
0 commit comments