Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed27aa3

Browse files
committedOct 3, 2024·
Attempt to fix emulated builds
1 parent 05e66e8 commit ed27aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ skip = [
3030
"*-manylinux_i686",
3131
"*-musllinux_i686",
3232
"*-win32",
33+
"*-musllinux_aarch64",
3334
]
3435
macos.archs = ["x86_64", "arm64"]
3536
# When cross-compiling on Intel, it is not possible to test arm64 wheels.

0 commit comments

Comments
 (0)
Please sign in to comment.