Skip to content

Commit

Permalink
Update numpy version in build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Aug 4, 2020
1 parent c0d66d9 commit daf96ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/internal/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ This process is only meant for the project administrators, not users and develop

8. Then run some tests from a RSMTool working copy. If the TestPyPI package works, then move on to the next step. If it doesn't, figure out why and rebuild and re-upload the package.

9. Build the new generic conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool`` and that the latest version of ``numpy`` is ``1.18``)::
9. Build the new generic conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool`` and that the latest version of ``numpy`` is ``1.19``)::

conda build -c conda-forge -c ets --numpy=1.18 .
conda build -c conda-forge -c ets --numpy=1.19 .

10. Upload the package to anaconda.org using ``anaconda upload --user ets <package tarball>``. You will need to have the appropriate permissions for the ``ets`` organization.

Expand Down

0 comments on commit daf96ba

Please sign in to comment.