Skip to content

sodre/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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
    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
    

Releases

No releases published

Packages

No packages published