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 431dff7 commit 8efab3aCopy full SHA for 8efab3a
MANIFEST.in
conda-recipe/build.sh
@@ -39,10 +39,3 @@ ${PYTHON} -m pip install dist/numba_dpex*.whl \
39
if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
40
cp dist/numba_dpex*.whl "${WHEELS_OUTPUT_FOLDER[@]}"
41
fi
42
-
43
-# Delete artifacts from package
44
-rm -rf "${PREFIX}/__pycache__"
45
-rm "${PREFIX}/setup.py"
46
-rm "${PREFIX}/LICENSE"
47
-rm "${PREFIX}/README.md"
48
-rm "${PREFIX}/MANIFEST.in"
0 commit comments