Skip to content

Commit

Permalink
ehco
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Jan 22, 2025
1 parent f4c0d5d commit 1ff6f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_python_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ jobs:
rm -rf ./tempwheelhouse
CIBW_REPAIR_WHEEL_COMMAND_MACOS: |
zip -d {wheel} \*.c \*.cpp \*.cc \*.h \*.hpp \*.pyx &&
pwd &&
find ./ddtrace/internal/datadog/profiling -name "*.dylib" &&
find ./ddtrace/internal/datadog/profiling -name "*.so" &&
echo $(pwd) &&
echo $(find ./ddtrace/internal/datadog/profiling -name "*.dylib") &&
echo $(find ./ddtrace/internal/datadog/profiling -name "*.so") &&
MACOSX_DEPLOYMENT_TARGET=12.7 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS:
choco install -y 7zip &&
Expand Down

0 comments on commit 1ff6f46

Please sign in to comment.