File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -106,36 +106,3 @@ After testing installing from test.pypi.org works, push to PyPI:
106106twine upload dist/*
107107```
108108Finally, create a tag on the GitHub repository with the appropriate name, e.g. ` v0.7.0 ` .
109-
110- ### Build and upload conda package
111-
112- The conda package is used by ESS DMSC DRAM group for the Scipp library.
113- Please create the release version tag on github before creating the conda package as it gets the version number from the tag.
114-
115- Note: anecdotal evidence suggests that this works better on Linux than on MacOS.
116-
117- #### Steps
118-
119- You must first have a conda installation, for example ` conda ` via pip, or [ miniconda] ( https://docs.conda.io/en/latest/miniconda.html ) .
120-
121- From the directory of the ess-streaming-data-types repository, build the package with
122- ``` sh
123- conda install -c conda-forge conda-build anaconda-client
124- conda build -c conda-forge ./conda
125- ```
126-
127- To upload the package, first login
128- ``` sh
129- anaconda login
130- ```
131- use the ESS-DMSC-ECDC account or personal account linked to ESS-DMSC organisation.
132-
133- Find the path for the built package using
134- ``` sh
135- conda build ./conda --output
136- ```
137-
138- Then upload
139- ``` sh
140- anaconda upload --user ESS-DMSC /path/to/package
141- ```
You can’t perform that action at this time.
0 commit comments