We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575bcfa + 14273ea commit f475e37Copy full SHA for f475e37
1 file changed
.github/workflows/pypi-publish.yml
@@ -28,6 +28,8 @@ jobs:
28
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
29
CIBW_ARCHS: "x86_64"
30
CIBW_SKIP: "pp*"
31
+ CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} || cp {wheel} {dest_dir}"
32
+ CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair -w {dest_dir} {wheel} || cp {wheel} {dest_dir}"
33
with:
34
output-dir: wheelhouse
35
- uses: actions/upload-artifact@v4
0 commit comments