Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sodre/workflows
- Owner: sodre
- Created: 2019-12-30T06:35:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T03:02:46.000Z (almost 5 years ago)
- Last Synced: 2024-12-03T15:49:48.146Z (19 days ago)
- Topics: actions, conda-build, pypa, workflow
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```