mirror of https://github.com/m-labs/artiq.git
571 B
571 B
Uploading conda packages (Python 3.5)
Preparing:
- Install miniconda
conda update -q conda
conda install conda-build jinja2 anaconda
conda create -q -n py35 python=3.5
conda config --add channels https://conda.anaconda.org/m-labs/channel/dev
Building:
conda build pkgname --python 3.5
; this command displays a path to the freshly built packageanaconda upload <package> -c main -c dev