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

Adding Recipe To conda-forge #8

Open
w-hc opened this issue Sep 30, 2018 · 1 comment
Open

Adding Recipe To conda-forge #8

w-hc opened this issue Sep 30, 2018 · 1 comment

Comments

@w-hc
Copy link

w-hc commented Sep 30, 2018

Since ml-logger relies on a few other packages, and that conda has a more "powerful" dependency management mechanism than pip, it would be nice to upload a recipe to conda-forge so that we can install directly with something like

conda install -c conda-forge ml-logger
@geyang geyang changed the title add recipe to conda-forge Adding Recipe To conda-forge Sep 30, 2018
@geyang
Copy link
Owner

geyang commented Sep 30, 2018

Thanks @w-hc! I will look into this. For the meanwhile if you have time, the installation scripts are inside the Makefile. Notably, it runs the test, makes the wheel then uploads using twine.

publish: convert-rst
	make test
	make wheel
	twine upload dist/*

I think we can add two new methods, publish-conda-forge, publish-all and rename the current publish to publish-pypi.

how to create the skeleton here

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

2 participants