We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ae258 commit 102fbd3Copy full SHA for 102fbd3
.github/workflows/deploy.yaml
@@ -28,8 +28,8 @@ jobs:
28
- name: Build wheels
29
uses: pypa/cibuildwheel@v2.23.2
30
env:
31
- CIBW_SKIP: "cp313-*"
32
- # CIBW_BUILD_FRONTEND: "build[uv]"
+ CIBW_SKIP: "cp313-* pp* *musllinux*"
+ CIBW_BUILD_FRONTEND: "build[uv]"
33
# CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging
34
with:
35
config-file: "{package}/pyproject.toml"
0 commit comments