We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a727a commit ae89c8aCopy full SHA for ae89c8a
.github/workflows/publish.yml
@@ -51,6 +51,7 @@ jobs:
51
CIBW_ARCHS_MACOS: "x86_64 arm64"
52
CIBW_ARCHS_LINUX: "x86_64"
53
CIBW_ARCHS_WINDOWS: "AMD64"
54
+ CIBW_SKIP: "*-musllinux*"
55
#CIBW_BEFORE_BUILD_LINUX: "yum install -y webkit2gtk3-devel"
56
#CIBW_BUILD_VERBOSITY: 1
57
0 commit comments