Skip to content

Commit

Permalink
Update publish_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry authored Nov 12, 2024
1 parent 0a5c8d9 commit 4442f5e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Conda Upload
on:
release:
types: [published]

jobs:

jobs:
publish:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1 #may want to change to v2
- uses: actions/checkout@v3
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
- name: publish-to-conda
uses: darnellgranberry/conda-package-publish-action@master
with:
subDir: 'conda-build'
AnacondaToken: ${{ secrets.CONDAAPITOKEN }}
subdir: 'conda-build'
anacondatoken: ${{ secrets.CONDAAPITOKEN }}

0 comments on commit 4442f5e

Please sign in to comment.