iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

create conda-forge release #71

Closed 7yl4r closed 1 year ago

7yl4r commented 2 years ago

in addition to #17, we can publish to conda-forge. We just need to find or write a suitable github action.

7yl4r commented 2 years ago

@ocefpaf : do you have some recommendation or boilerplate we can use for this?

ocefpaf commented 2 years ago

When we have the PyPI release we can create a recipe with grayskull:

grayskull pypi --strict-conda-forge pyobis

and submit a PR to https://github.com/conda-forge/staged-recipes.

If we cannot get access to the PyPI namespace we can still create a conda-forge package from a github tag.

MathewBiddle commented 2 years ago

We're on pypi now 😉

MathewBiddle commented 1 year ago

How can we publish on conda-forge? @ocefpaf @7yl4r ?

ocefpaf commented 1 year ago

How can we publish on conda-forge? @ocefpaf @7yl4r ?

Latest version should be there: https://github.com/conda-forge/pyobis-feedstock/blob/main/recipe/meta.yaml#L2

MathewBiddle commented 1 year ago

oh Nice! Let's update the README.

ocefpaf commented 1 year ago

oh Nice! Let's update the README.

@ayushanand18 that can be your 3rd PR towards hacktoberfest. Do you want to give it a go?

ayushanand18 commented 1 year ago

@ayushanand18 that can be your 3rd PR towards hacktoberfest. Do you want to give it a go?

I'm ready to take it. But fortunately or unfortunately, I opened the other two PRs on Sept 30, UTC 12:15. Practically that wasn't 1st Oct anywhere on Earth and so they didn't get counted.

ocefpaf commented 1 year ago

I opened the other two PRs on Sept 30, UTC 12:15.

According to their rules it should. But don't worry. I have another adjustment to the README that you can make and get you closer to the goal.

ayushanand18 commented 1 year ago

According to their rules it should. But don't worry. I have another adjustment to the README that you can make and get you closer to the goal.

Thank you so much :) At the end of the day my goal is to make this project better with each commit and push.

7yl4r commented 1 year ago

let's put a conda-forge button in the readme (the one from here and close this issue out. :partying_face: