Skip to content

Commit

Permalink
Update conda-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed May 9, 2022
1 parent af3f93a commit 3670c1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Publish Conda package to Anaconda.org
# https://github.com/marketplace/actions/publish-conda-package-to-anaconda-org
# https://github.com/MichaelsJP/conda-package-publish-action

name: Publish release on Anaconda.org

on:
release:
types: [created]
types: [push]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@v1.1
uses: MichaelsJP/conda-package-publish-action@v1.0.0
with:
subDir: '.conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

platforms: 'all'
override: true
dry_run: true

0 comments on commit 3670c1d

Please sign in to comment.