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 679e274 commit 121ffd9Copy full SHA for 121ffd9
.github/workflows/py.yaml
@@ -104,6 +104,9 @@ jobs:
104
# CIBW_TEST_COMMAND: 'pytest {project}/test'
105
# CIBW_TEST_REQUIRES: pytest requests
106
# CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
107
+ # We must skip auditwheel because libunicorn.so is loaded at import time instead of load time and thus auditwheel will always fail!
108
+ # This is hacky but should be okay
109
+ CIBW_REPAIR_WHEEL_COMMAND: 'true'
110
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
111
CIBW_BUILD_VERBOSITY: 1
112
0 commit comments