-
Notifications
You must be signed in to change notification settings - Fork 16
Conda and pypi publish workflow #4
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
Conversation
separated workflows separated workflows
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.
We need to submit the package to conda-forge/staged-recipes to distribute there. Let's delete the conda workflow bits since we do not need them.
|
setup the recipe conda-forge/staged-recipes#28759 |
# This is the 1st commit message: added title to build job # This is the commit message Ultraplot#2: fixed removing wrong test
|
Was drafting too much. Should be separated correctly now ;-)! |
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.
Once we delete the conda publish CI job, which is not needed, this one is good to go.
|
Ready for merge? How do we handle the conda-side? I saw you change the PR on the recipes 😄 ! |
|
the conda package will get published by conda-forge's CI infrastructure and should already be up. In the future, all we need to do here is to make pypi releases and conda-forge's bot will send a PR to update the conda package. |
|
Great! |
Initial workflow to allow publication to pypi and conda. I would need some help with the conda part but I think it could be automated with a workflow. Pinging @beckermr for review