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 36f6c37 commit 93e33f1Copy full SHA for 93e33f1
.github/scripts/common.sh
@@ -43,8 +43,6 @@ compute_release_versions() {
43
44
echo "compute_release_versions: start (GITHUB_RUN_NUMBER=${GITHUB_RUN_NUMBER}, RUN_OFFSET=${RUN_OFFSET})" >&2
45
46
- local VERSION PKG_VER BUILD_VER PYPI_VER
47
-
48
_emit() {
49
# $1..$4: VERSION PKG_VER BUILD_VER PYPI_VER
50
export VERSION="$1" PKG_VER="$2" BUILD_VER="$3" PYPI_VER="$4"
0 commit comments