Skip to content

Commit 6ebd697

Browse files
committed
Updated build script
1 parent 18591d9 commit 6ebd697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
VERSION="${REF#v_}"
6565
echo "Setting project version to: $VERSION"
6666
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
67+
export VERSION="$VERSION"
6768
python - <<'PY'
6869
import os, re, pathlib, sys
6970
p = pathlib.Path("pyproject.toml")

0 commit comments

Comments
 (0)