From d00dabcf6729c25e12cb07ad59469d05d799cbf4 Mon Sep 17 00:00:00 2001 From: jay <jlaura@asu.edu> Date: Thu, 1 Feb 2018 14:56:58 -0700 Subject: [PATCH] Trying to get conda build uploading properly. --- recipe/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipe/build.sh diff --git a/recipe/build.sh b/recipe/build.sh new file mode 100644 index 0000000..762d43b --- /dev/null +++ b/recipe/build.sh @@ -0,0 +1 @@ +python setup.py install -- GitLab