Add conda recipe to build dev packages
Add conda recipe to build dev conda packages. I propose to upload those packages to the tango-controls channel with the dev label.
Packages can then be installed using:
conda install -c conda-forge -c tango-controls/label/dev cpptango=9.4.0dev0
- The variable
ANACONDA_TOKENshall be defined in the CI/CD settings. We should generate one for the tango-controls channel. Who has access to that channel? - Currently the publish job depends only on the conda-build job. I see many jobs are failing on main so we probably don't want to publish only if all pass but we might want to add another dependency to not publish a completely broken package.