Skip to content

Commit 102fbd3

Browse files
mariusmiili
authored andcommitted
CI: skipping builds
1 parent 97ae258 commit 102fbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Build wheels
2929
uses: pypa/cibuildwheel@v2.23.2
3030
env:
31-
CIBW_SKIP: "cp313-*"
32-
# CIBW_BUILD_FRONTEND: "build[uv]"
31+
CIBW_SKIP: "cp313-* pp* *musllinux*"
32+
CIBW_BUILD_FRONTEND: "build[uv]"
3333
# CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging
3434
with:
3535
config-file: "{package}/pyproject.toml"

0 commit comments

Comments
 (0)