Skip to content

Commit

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

REM Delete artifacts from package
del %PREFIX%\setup.py
del %PREFIX%\LICENSE
del %PREFIX%\README.md
del %PREFIX%\MANIFEST.in
del "%PREFIX%\setup.py"
del "%PREFIX%\LICENSE"
del "%PREFIX%\README.md"
del "%PREFIX%\MANIFEST.in"
8 changes: 4 additions & 4 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ -v WHEELS_OUTPUT_FOLDER ]]; then
fi

# Delete artifacts from package
rm ${PREFIX}/setup.py
rm ${PREFIX}/LICENSE
rm ${PREFIX}/README.md
rm ${PREFIX}/MANIFEST.in
rm "${PREFIX}/setup.py"
rm "${PREFIX}/LICENSE"
rm "${PREFIX}/README.md"
rm "${PREFIX}/MANIFEST.in"

0 comments on commit 5b8ec33

Please sign in to comment.