diff --git a/scripts/gh_release.py b/scripts/gh_release.py index 9bddd5bb8..e6edc872c 100755 --- a/scripts/gh_release.py +++ b/scripts/gh_release.py @@ -250,7 +250,7 @@ def set_if_unset(name, value): # external symbol PyUnicode_DecodeRawUnicodeEscape`. # 2024-06-05: musllinux on aarch64 fails because libclang cannot find # libclang.so. - set_if_unset( 'CIBW_SKIP', '"pp* *i686 cp36* cp37* *musllinux*aarch64*"') + set_if_unset( 'CIBW_SKIP', 'pp* *i686 cp36* cp37* *musllinux*aarch64*') def make_string(*items): ret = list()