Skip to content

Commit

Permalink
Merge pull request #64 from haasad/conda-v0.4.4-build
Browse files Browse the repository at this point in the history
Fix upload path for conda release
  • Loading branch information
haasad authored Nov 20, 2023
2 parents 040f754 + 67105d8 commit 7f53e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
conda build PyPardiso
- name: Upload to haasad conda channel
run: |
anaconda -t ${{ secrets.CONDA_TOKEN }} upload /usr/share/miniconda/envs/test/conda-bld/noarch/*.tar.bz2
anaconda -t ${{ secrets.CONDA_TOKEN }} upload /usr/share/miniconda/conda-bld/noarch/*.tar.bz2

0 comments on commit 7f53e21

Please sign in to comment.