Skip to content

Commit

Permalink
Upload on release
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 13, 2024
1 parent ef89ff8 commit 3015e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
conda mambabuild .
- name: Upload Conda Package
if: github.event_name == 'release' && github.event.action == 'created'
if: github.event_name == 'release'
shell: bash -el {0}
run: |
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u tpeulen --force conda-bld/**/*.tar.bz2

0 comments on commit 3015e08

Please sign in to comment.