Skip to content

Commit a01d4a9

Browse files
authored
Update build-wheels-and-publish-to-pipy.yml
1 parent 4ab9bb9 commit a01d4a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
3535
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
3636
CIBW_ARCHS_LINUX: "auto"
37+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
3738
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3839
uses: pypa/[email protected]
3940
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)