Skip to content

Commit 34c8d63

Browse files
Also remove __pycache__
1 parent 5b8ec33 commit 34c8d63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda-recipe/bld.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
4646
)
4747

4848
REM Delete artifacts from package
49+
rd /s /q "%PREFIX%\__pycache__"
4950
del "%PREFIX%\setup.py"
5051
del "%PREFIX%\LICENSE"
5152
del "%PREFIX%\README.md"

conda-recipe/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
3535
fi
3636

3737
# Delete artifacts from package
38+
rm -rf "${PREFIX}/__pycache__"
3839
rm "${PREFIX}/setup.py"
3940
rm "${PREFIX}/LICENSE"
4041
rm "${PREFIX}/README.md"

0 commit comments

Comments
 (0)