We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ec33 commit 34c8d63Copy full SHA for 34c8d63
conda-recipe/bld.bat
@@ -46,6 +46,7 @@ if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
46
)
47
48
REM Delete artifacts from package
49
+rd /s /q "%PREFIX%\__pycache__"
50
del "%PREFIX%\setup.py"
51
del "%PREFIX%\LICENSE"
52
del "%PREFIX%\README.md"
conda-recipe/build.sh
@@ -35,6 +35,7 @@ if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
35
fi
36
37
# Delete artifacts from package
38
+rm -rf "${PREFIX}/__pycache__"
39
rm "${PREFIX}/setup.py"
40
rm "${PREFIX}/LICENSE"
41
rm "${PREFIX}/README.md"
0 commit comments