From 4c2b05f05d76b555ba425250a0835753e4c84057 Mon Sep 17 00:00:00 2001 From: Carles Perez Lopez Date: Wed, 22 Jul 2020 10:40:27 +0200 Subject: [PATCH] Conda deployment assistance --- assistance/conda_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assistance/conda_deploy.sh diff --git a/assistance/conda_deploy.sh b/assistance/conda_deploy.sh new file mode 100644 index 0000000..0e58cbf --- /dev/null +++ b/assistance/conda_deploy.sh @@ -0,0 +1,4 @@ +cd ../conda_recipe +conda-build -c conda-forge -c nostrumbiodiscovery -c rdkit -c carlesperez94 --python=3.6 . +conda-build -c conda-forge -c nostrumbiodiscovery -c rdkit -c carlesperez94 --python=3.7 . +conda-build -c conda-forge -c nostrumbiodiscovery -c rdkit -c carlesperez94 --python=3.8 .