Skip to content

Commit

Permalink
test new repo call
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Psotta committed Feb 2, 2021
1 parent 874ff24 commit 0c20c2d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/conda-package.yml
@@ -1,17 +1,14 @@
name: Conda Package

on:
push:
tags:
- 'v*.*.*'
on: [pull_request]

jobs:
publish:
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: MichaelsJP/conda-package-publish-action@add-all-platforms
uses: MichaelsJP/conda-package-publish-action@v1.0.0
with:
subDir: 'conda.recipe'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit 0c20c2d

Please sign in to comment.