-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update release instructions #133
update release instructions #133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 suggestion
Co-authored-by: Ronnie Dutta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've also added Hilary as a reviewer as on Element he said he was a little hazy on the release process
Sure, will re-do this once we've closed #130 |
Added the alternative conda install command for locally built packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 super helpful
Co-authored-by: Ronnie Dutta <[email protected]>
# If the last command doesn't use the right build, try: | ||
conda install -c ${CONDA_PREFIX}/conda-bld/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, just spotted, shouldn't this be
-conda install -c ${CONDA_PREFIX}/conda-bld/
+conda install -c ${CONDA_PREFIX}/conda-bld/ $PACKAGE_NAME
No description provided.