conda / grayskull

Grayskull :skull: - Recipe generator for Conda
https://conda.github.io/grayskull/
Apache License 2.0
320 stars 68 forks source link

[FEATURE] Create AutoSubmit to Conda-forge github action #241

Open BraINstinct0 opened 3 years ago

BraINstinct0 commented 3 years ago

Is your feature request related to a problem? Please describe. Many python packages at pypi is contributed by github actions automation. If contribution to pypi and conda-forge(via grayskull) can be done sequentially, it'd make package maintenance easier.

Describe the solution you'd like Github action which will pull data from currently specified pypi package, run grayskull, and submit it to conda-forge

Describe alternatives you've considered Manual run, submit each release

BastianZim commented 3 years ago

Manual run, submit each release

Are you talking about submitting a new release or a new package?

The former is done automatically by the conda-forge bots.

BraINstinct0 commented 3 years ago

A new package. I think the automated new release submit process already works beautifully, and is far more important, though.