1 parent a8ed5e2 commit 383f2a2Copy full SHA for 383f2a2
1 file changed
.github/workflows/build-wheels.yml
@@ -22,7 +22,7 @@ jobs:
22
run: python -m cibuildwheel --output-dir wheelhouse
23
env:
24
CIBW_BUILD_VERBOSITY: 1
25
- CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
26
CIBW_ARCHS_MACOS: "x86_64 arm64"
27
CIBW_SKIP: "pp3*"
28
- uses: actions/upload-artifact@v2
0 commit comments