aboutsummaryrefslogtreecommitdiff
path: root/python/tools
diff options
context:
space:
mode:
authorckl <ckl@google.com>2022-04-25 09:23:21 -0700
committerCopybara-Service <copybara-worker@google.com>2022-04-25 09:24:11 -0700
commitfd294519a720b6b4d6bd5eb322c00c2b94fc7172 (patch)
tree36653e91de19d5eea5478056098885110a1693bf /python/tools
parent37d8a65ae4d6f75774d489485f55952f17ed3454 (diff)
downloadtink-fd294519a720b6b4d6bd5eb322c00c2b94fc7172.tar.gz
Update Python create_release.sh to account for removed tink_version.bzl file.
PiperOrigin-RevId: 444289148
Diffstat (limited to 'python/tools')
-rwxr-xr-xpython/tools/distribution/create_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tools/distribution/create_release.sh b/python/tools/distribution/create_release.sh
index 511219808..b8d86853b 100755
--- a/python/tools/distribution/create_release.sh
+++ b/python/tools/distribution/create_release.sh
@@ -29,7 +29,7 @@ readonly PYTHON_VERSIONS
readonly PLATFORM="$(uname | tr '[:upper:]' '[:lower:]')"
export TINK_SRC_PATH="${PWD}/.."
-readonly TINK_VERSION="$(grep ^TINK "${TINK_SRC_PATH}/tink_version.bzl" \
+readonly TINK_VERSION="$(grep ^TINK "${TINK_SRC_PATH}/python/VERSION" \
| awk '{gsub(/"/, "", $3); print $3}')"
readonly IMAGE_NAME="quay.io/pypa/manylinux2014_x86_64"