Skip to content

Commit

Permalink
Merge pull request #267 from RemiLehe/remove_conda_build
Browse files Browse the repository at this point in the history
Remove instructions and files for conda build
  • Loading branch information
ax3l committed Feb 5, 2020
2 parents 8152243 + 99ea06e commit 66df587
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
19 changes: 0 additions & 19 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,3 @@ twine upload dist/* -r pypi
(NB: You can also first test this by uploading the package to
[test PyPI](https://testpypi.python.org/pypi) ; to do so, simply
replace `pypi` by `pypitest` in the above set of commands)

## Uploading the package to Anaconda.org

- `cd` into the folder `conda_recipe`.

- Still in the folder `conda_recipe`, run
```
docker build -t openpmd_build .
docker run -it -v $PWD:/home/ openpmd_build
```
This builds the conda packages for Python 2.7, 3.4, 3.5 and 3.6, using a
reproduceable environment.

- After the build, the Docker container will **not** exit. From the container, type the following commands:
```
anaconda login
anaconda upload osx-64/*
anaconda upload /opt/conda/conda-bld/linux-64/openpmd_viewer*
```
21 changes: 0 additions & 21 deletions conda_recipe/Dockerfile

This file was deleted.

43 changes: 0 additions & 43 deletions conda_recipe/meta.yaml

This file was deleted.

0 comments on commit 66df587

Please sign in to comment.