We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093c0ad commit 11c5d0eCopy full SHA for 11c5d0e
.github/workflows/docbuild-and-upload.yml
@@ -57,6 +57,8 @@ jobs:
57
elif [[ "$EVENT_NAME" == "push" && "$GITHUB_REF_NAME" =~ $tag_version_pat ]]; then
58
PANDAS_VERSION="${GITHUB_REF_NAME:1}"
59
echo "PANDAS_VERSION=$PANDAS_VERSION" >> "$GITHUB_ENV"
60
+ else
61
+ PANDAS_VERSION=""
62
fi
63
64
if [[ "$EVENT_NAME" == "push" && -n "$PANDAS_VERSION" ]]; then
0 commit comments