Skip to content

Commit

Permalink
remove the egg-info dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Oct 1, 2024
1 parent 5a50530 commit c62d4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/rocm/tools/build_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def main():
shutil.copy(whl, wheelhouse_dir)
# delete the 'dist' directory since it causes permissions issues
shutil.rmtree(os.path.join(args.jax_path, "dist"))
shutil.rmtree(os.path.join(args.jax_path, "jax.egg-info"))


if __name__ == "__main__":
Expand Down

0 comments on commit c62d4b4

Please sign in to comment.