Skip to content

Commit

Permalink
Copy all built artifact to pip package
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708016476
  • Loading branch information
cliveverghese authored and copybara-github committed Dec 19, 2024
1 parent ddc6b5a commit a81c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ find tensorboard_plugin_profile/protobuf -name \*.py -exec $sedi -e '
s/^from plugin.tensorboard_plugin_profile/from tensorboard_plugin_profile/
' {} +

cp ${BUILD_WORKSPACE_DIRECTORY}/bazel-bin/external/org_tensorflow/tensorflow/python/profiler/internal/_pywrap_profiler_plugin.so tensorboard_plugin_profile/convert/
cp ${BUILD_WORKSPACE_DIRECTORY}/bazel-bin/external/org_tensorflow/tensorflow/python/profiler/internal/_pywrap_profiler_plugin.* tensorboard_plugin_profile/convert/

# Copy static files.
cd tensorboard_plugin_profile
Expand Down

0 comments on commit a81c671

Please sign in to comment.