Skip to content

Commit

Permalink
Replace pip shell script with simpler one for new automated upload Py…
Browse files Browse the repository at this point in the history
…PI process (#1220)
  • Loading branch information
wwwillchen authored Mar 4, 2025
1 parent 95d0041 commit 0c4fb7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 44 deletions.
5 changes: 5 additions & 0 deletions scripts/build_pip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rm -rf dist/ && \
bazel run //mesop/pip_package:build_pip_package -- $(pwd)/dist/mesop.tar.gz && \
cd dist && \
tar -xzf mesop.tar.gz && \
rm mesop.tar.gz
44 changes: 0 additions & 44 deletions scripts/pip.sh

This file was deleted.

0 comments on commit 0c4fb7b

Please sign in to comment.