Closed shimwell closed 2 years ago
this command is much quicker to build the package but requires that mamba is installed
conda mambabuild conda -c cadquery -c conda-forge --config-file conda/conda_build_config.yaml
Changing the github action to use the super fast mamba boa builder fixed the issue :tada:
This github action https://github.com/fusion-energy/brep_part_finder/blob/main/.github/workflows/anaconda-publish.yml
runs a conda build command
Three versions of python are specified in the conda_build_config.yaml https://github.com/fusion-energy/brep_part_finder/blob/main/conda/conda_build_config.yaml
However only one file gets uploaded to anaconda and this does not have a python version attached to the name https://anaconda.org/fusion-energy/brep_part_finder/files
I am not quite sure why the conda build is not picking up all the python versions available for cadquery master
Any ideas @adam-urbanczyk