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 .