Skip to content

Commit 984d59d

Browse files
author
nazarfil
committed
extract version
1 parent 4c1c454 commit 984d59d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ jobs:
6161
shell: bash -l {0}
6262
working-directory: recipe
6363
run: |
64+
VERSION=$(awk -F\" '/^version =/ { print $2; exit }' pyproject.toml)
65+
echo "Building version: $VERSION"
6466
conda build . --channel conda-forge --channel bioconda

0 commit comments

Comments
 (0)