Skip to content
Felix Dittrich edited this page Jan 17, 2025 · 6 revisions

Welcome to the doctr wiki!

Maintainer notes

Release process

Then build the conda package and upload to anaconda:

conda build purge
conda build purge-all
rm -rf conda-dist/
BUILD_VERSION='X.Y.Z' python setup.py sdist
mkdir conda-dist
conda-build ./conda/ -c pytorch --output-folder conda-dist
ls -l conda-dist/noarch/*conda

anaconda upload conda-dist/noarch/*conda -u mindee
Clone this wiki locally