Skip to content

Commit

Permalink
Update build-wheels-and-publish-to-pipy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams authored Aug 29, 2024
1 parent 8df2633 commit 80846f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-and-publish-to-pipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
CIBW_ARCHS_LINUX: "auto"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" # delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
uses: pypa/[email protected]
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 80846f5

Please sign in to comment.