Skip to content

Commit

Permalink
Create publish_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBaril authored Apr 26, 2024
1 parent 63f5ad9 commit 7d3e0a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish_conda

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: maxibor/[email protected]
with:
subDir: 'conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 7d3e0a0

Please sign in to comment.