Labelled package not picked up by cf-staging

I maintain a package that has a separate branch for development releases. I recently rebuilt both the main and the dev branches. The package from the main branch was picked up by cf-staging and is now on the anaconda CDN, but the package from the dev branch was not.

How would I go about figuring out what’s wrong and how can I fix it? The documentation leads me to believe I should expect notifications on failures, but I haven’t seen anything yet.

Also raised as issue on conda-forge’s GitHub; not sure where to best have this figured out.

To pick up the dev version you will need to use the “channel”:

-c "conda-forge/label/tvips-tools_dev"

e.g.:

conda install -c "conda-forge/label/tvips-tools_dev" tvips-tools

Thanks! It did not work in this case, because the package was not available on the CDN.

However, the issue is resolved. Merging another PR did eventually trigger the cf-staging upload. Maybe the pipeline was somehow confused by a botched merge, but that’s just a guess.