Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
echo $(git log -1 --pretty=%ci) [timestamp=$SOURCE_DATE_EPOCH]
- id: build
uses: pypa/[email protected].0
uses: pypa/[email protected].1
timeout-minutes: 360
with:
package-dir: package
Expand Down
2 changes: 1 addition & 1 deletion check-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
if test "$(uname)" = Darwin; then
runpath='@executable_path/../lib/|@loader_path/'
soregex='\..*\.dylib'
runlibs='lib(mpi|pmpi|System)'$soregex
runlibs='lib(mpi|pmpi|System|objc)'$soregex
runlibs=$runlibs'|(Foundation|IOKit)\.framework'
libsdir=.dylibs
print-runpath() { otool -l "$1" | sed -n '/RPATH/{n;n;p;}'; }
Expand Down
Loading