We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab9bb9 commit a01d4a9Copy full SHA for a01d4a9
.github/workflows/build-wheels-and-publish-to-pipy.yml
@@ -34,6 +34,7 @@ jobs:
34
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
35
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
36
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}
38
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
39
uses: pypa/[email protected]
40
- uses: actions/upload-artifact@v3
0 commit comments