Skip to content

Commit

Permalink
use updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
harripj committed Apr 13, 2024
1 parent 63b781b commit 268043f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
uses: harripj/conda-publish-action@master
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'
platforms: 'noarch'

0 comments on commit 268043f

Please sign in to comment.