Merge pull request #397 from fcakyon/add-conda-publish

Add Conda Publish action
This commit is contained in:
Jessica 2020-04-15 09:10:42 -07:00 committed by GitHub
commit 73909c3c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,6 +387,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle) - [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
#### Docker #### Docker