Skip to content

Commit b1dfced

Browse files
authored
Hansenms/workflow fix (#62)
* Building python variants * Fixed conda publishing workflow
1 parent 82db0c6 commit b1dfced

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ismrmrd_python_conda.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
3434
working-directory: conda
3535
run: |
36-
./publish_package.sh -u ismrmrd -t "$ANACONDA_TOKEN" -p `find build_pkg -name ismrmrd-python*.tar.bz2`
36+
for p in $(find build_pkg -name ismrmrd-python*.tar.bz2)
37+
do
38+
./publish_package.sh -u ismrmrd -t "$ANACONDA_TOKEN" -p "$p"
39+
done

0 commit comments

Comments
 (0)