Skip to content

Commit 80846f5

Browse files
authored
Update build-wheels-and-publish-to-pipy.yml
1 parent 8df2633 commit 80846f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +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}
37+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" # delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
3838
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3939
uses: pypa/[email protected]
4040
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)