Skip to content

Commit 0454288

Browse files
committed
docs: update conda build command
1 parent b9bc29c commit 0454288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internal/release_process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This process is only meant for the project administrators, not users and develop
4444

4545
#. Build the new 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``). You should delete the ``build`` directory before running the command below. Note that you may need to comment out lines in your `$HOME/.condarc` file if you are using ETS Artifactory and you get conflicts::
4646

47-
conda build -c conda-forge -c ets .
47+
conda build -c conda-forge .
4848

4949
#. This will create a noarch package with the path to the package printed out to the screen.
5050

0 commit comments

Comments
 (0)