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

ci: autoamtic pkg upload to anaconda cloud #10

Open
AngryMaciek opened this issue Sep 24, 2021 · 1 comment
Open

ci: autoamtic pkg upload to anaconda cloud #10

AngryMaciek opened this issue Sep 24, 2021 · 1 comment

Comments

@AngryMaciek
Copy link

Just in the same way as you build and upload the package to PyPI you could also set up a CI workflow that would upload to Anaconda Cloud (upon each release). I don't know if there is already a well-baked GitHub Action for that, but if not you could just specify the commands manually in the YAML yourself, setting your Anaconda username and passwd as repo secrets.

You may follow this tutorial: https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html

The only issue I can think of is that packages in anaconda usually contain all their dependencies...
So you would need to upload the MotEvo binary too...
Or you could hook it up to this package which would be a dependency.
This is sth to consider...

// Can be further automatized as in #7.

@AngryMaciek
Copy link
Author

Remember to add a fancy shield to the README (just as you have it for the PyPI pkg)!

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