Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aktech/add-to-conda-forge

Add package to conda-forge by creating pull request in staged-recipes by generating recipe via grayskull. Everything via GitHub Actions workflow dispatch.
https://github.com/aktech/add-to-conda-forge

actions conda conda-forge

Last synced: 24 days ago
JSON representation

Add package to conda-forge by creating pull request in staged-recipes by generating recipe via grayskull. Everything via GitHub Actions workflow dispatch.

Awesome Lists containing this project

README

        

# Add PyPi package to conda-forge

[![Add to conda-forge](https://github.com/aktech/add-to-conda-forge/actions/workflows/add-to-conda-forge.yml/badge.svg)](https://github.com/aktech/add-to-conda-forge/actions/workflows/add-to-conda-forge.yml)

A GitHub Actions interface to add package to conda-forge by generating a recipe with `grayskull` and creating a pull request in [conda-forge/staged-recipes](https://github.com/conda-forge/staged-recipes),
everything entirely using workflow dispatch.

## Usage

- Fork the repo
- Run the workflow via workflow dispatch.

workflow-dispatch

After the workflow is ran successfully, there should be a PR in [conda-forge/staged-recipes](https://github.com/conda-forge/staged-recipes) 🚀:

Screenshot 2023-12-07 at 10 48 36 am