Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sodre/workflows

My GitHub Workflows
https://github.com/sodre/workflows

actions conda-build pypa workflow

Last synced: 3 days ago
JSON representation

My GitHub Workflows

Awesome Lists containing this project

README

        

# Helpful GitHub Workflows

## Usage
The easiest way to "copy" a workflow into your own package is as follows:
- Add sodre/workflows as a remote and fetch all branches
```bash
git remote add ghw-sodre https://github.com/sodre/workflows.git
git fetch ghw-sodre
```
- Copy the workflow that you want to use
```
git --work-tree=.github/workflows/ checkout remotes/ghw-sodre/master -- pypa-conda.yml
```