-
To create the SKLL conda package run:
conda build -c conda-forge .
-
This will create a single noarch Python package.
-
Upload the package file to anaconda.org using
anaconda upload --user ets <path_to_file>
. -
Test the package:
conda create -n foobar -c https://conda.anaconda.org/ets -c conda-forge python=3.11 skll
. This should always install the latest package from theets
conda channel. Note that we are specifying theets
channel first since SKLL is now also in conda-forge but runs a version behind until we do the actual release on GitHub.