File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push]
33
44env :
55 # TODO: use a release (once available)
6- LIBZIM_DL_VERSION : " 2023-04-25 "
6+ LIBZIM_DL_VERSION : " 2023-04-26 "
77
88jobs :
99 lint :
Original file line number Diff line number Diff line change 99
1010env :
1111 # LIBZIM_DL_VERSION: "8.2.0"
12- LIBZIM_DL_VERSION : " 2023-04-25 "
12+ LIBZIM_DL_VERSION : " 2023-04-26 "
1313 MACOSX_DEPLOYMENT_TARGET : " 11.0"
1414 CIBW_ENVIRONMENT_PASS_LINUX : " LIBZIM_DL_VERSION"
1515 # APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
2626manylinux-pypy_aarch64-image = " manylinux_2_28"
2727
2828[tool .cibuildwheel .linux ]
29- # TEMP: dont build on aarch64 as we dont have bionic builds yet
30- archs = [" x86_64" ] # , "aarch64"]
29+ archs = [" x86_64" , " aarch64" ]
3130
3231[tool .cibuildwheel .macos ]
3332archs = [" x86_64" , " arm64" ]
You can’t perform that action at this time.
0 commit comments