Skip to content

Commit 74b5820

Browse files
authored
Fix PYPI installation check (#442)
1 parent 1536b67 commit 74b5820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
continue
148148
fi
149149
150-
v=$( pip show amazon.ion | grep Version )
150+
v=$( pip show amazon.ion | grep Version | head -1 )
151151
break
152152
done
153153

0 commit comments

Comments
 (0)