The publish to conda forge workflow is currently failing when uploading dependencies:
Run conda run -n mr_py38 anaconda -t ** upload --skip-existing ./conda-deps/noarch/.conda
Using Anaconda API: https://api.anaconda.org
Error: ('Authentication token has expired', 401)
ERROR conda.cli.main_run:execute(47): conda run anaconda -t *** upload --skip-existing ./conda-deps/noarch/ipyannotate-0.1.0b0-py_0.conda ./conda-deps/noarch/parhugin-0.0.3-py_0.conda failed. (See above for error)
Error: Process completed with exit code 1.
The
publish to conda forge
workflow is currently failing when uploading dependencies:See here for example.