Skip to content

Commit

Permalink
Also remove __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresGuzman-Ballen committed May 1, 2024
1 parent 5b8ec33 commit 34c8d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
)

REM Delete artifacts from package
rd /s /q "%PREFIX%\__pycache__"
del "%PREFIX%\setup.py"
del "%PREFIX%\LICENSE"
del "%PREFIX%\README.md"
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
fi

# Delete artifacts from package
rm -rf "${PREFIX}/__pycache__"
rm "${PREFIX}/setup.py"
rm "${PREFIX}/LICENSE"
rm "${PREFIX}/README.md"
Expand Down

0 comments on commit 34c8d63

Please sign in to comment.