Preparing: bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh source .../bin/activate conda update --all conda install conda-build anaconda-client (anaconda-client is used for uploads) Building: conda build pylocker repeat for: pylocker pypref pyrep pysimplelog pdbparser fullrmc Upload: conda login anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/fullrmc-4.1.0-py37_0.tar.bz2 or anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/*tar* Testing: bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh source /tmp/t3/bin/activate conda update --all conda install fullrmc -c fullrmc redo as noarch: (use conda build ...) pylocker pysimplelog pypref With dependencies for above. N.B. since fullrmc is a current directory there is a conflict use: conda install pylocker -c fullrmc conda build or conda build ./fullrmc-pkg/pyrep -c fullrmc pyrep pdbparser fullrmc Jenkins/Windows build fails with git access problems On VM install minconda then conda install conda-build anaconda-client svn git svn co https://subversion.../fullrmc-pkg then microsoft visual studio 2015(!). Customize to get c++ compiler. Do build in Developer Command Prompt for VS2015