Skip to content

Commit

Permalink
custom action repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adw62 committed Jun 9, 2022
1 parent 7ce29ff commit 473d29a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Add non standard channels
shell: bash -l {0}
run: |
conda config --add channels adw62
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@v1.1
uses: adw62/conda-package-publish-action@v1.3
with:
subDir: devtools/conda-recipe
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit 473d29a

Please sign in to comment.