Skip to content
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

build conda package #13

Open
npr99 opened this issue Jun 29, 2022 · 2 comments
Open

build conda package #13

npr99 opened this issue Jun 29, 2022 · 2 comments

Comments

@npr99
Copy link
Owner

npr99 commented Jun 29, 2022

Started slack channel on IN-CORE
https://in-core.slack.com/archives/C03MLKDV4ER

@npr99
Copy link
Owner Author

npr99 commented Jun 29, 2022

https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html

steps to follow in terminal

conda install conda-build
conda update conda
conda update conda-build
conda skeleton pypi click
conda-build click
conda install --use-local click
conda list

Steps to Uploading packages to Anaconda.org

conda install anaconda-client
anaconda upload C:\Users\jsmith\miniconda\conda-bld\win-64\click-7.0-py37_0.tar.bz2
anaconda logout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant