Skip to content

Commit

Permalink
Hansenms/workflow fix (#62)
Browse files Browse the repository at this point in the history
* Building python variants

* Fixed conda publishing workflow
  • Loading branch information
hansenms authored Aug 31, 2022
1 parent 82db0c6 commit b1dfced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ismrmrd_python_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
working-directory: conda
run: |
./publish_package.sh -u ismrmrd -t "$ANACONDA_TOKEN" -p `find build_pkg -name ismrmrd-python*.tar.bz2`
for p in $(find build_pkg -name ismrmrd-python*.tar.bz2)
do
./publish_package.sh -u ismrmrd -t "$ANACONDA_TOKEN" -p "$p"
done

0 comments on commit b1dfced

Please sign in to comment.