Skip to content

Commit

Permalink
use setup.py to install and create wheels in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 31, 2023
1 parent c67515c commit 25ff525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ if [ $PLATFORM == "linux" ]; then
cp -f dist/*.tar.gz ${OUTPUT_PATH}
$PYTHON -m pip install .
elif [ $PLATFORM == "darwin" ]; then
$PYTHON -m pip install .
$PYTHON setup.py install bdist_wheel
cp dist/*.whl ${OUTPUT_PATH}
fi

0 comments on commit 25ff525

Please sign in to comment.