Skip to content

Commit

Permalink
do not unnecesarily remove cached build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 8, 2024
1 parent 7bb3c78 commit 0e81f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -eox pipefail
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
cd "$SCRIPT_DIR" || exit

rm -rf dist
pip install poetry

cp ../../README.md README.md
Expand Down
1 change: 0 additions & 1 deletion plugin/py-binding/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pip install maturin

cp ../../README.md README.md

rm -rf target
maturin build

0 comments on commit 0e81f90

Please sign in to comment.