From 2a4c0829f8d1ce337d6a5a57ac187165a64cc59f Mon Sep 17 00:00:00 2001 From: Deepali Chourasia Date: Tue, 22 Aug 2023 16:35:47 +0000 Subject: [PATCH] use PYTHON_MAJOR_VERSION as --python-tag in whl --- oss/build_whl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss/build_whl.sh b/oss/build_whl.sh index 6f3a5be..47ec8b6 100755 --- a/oss/build_whl.sh +++ b/oss/build_whl.sh @@ -60,7 +60,7 @@ function main() { pushd ${TMPDIR} echo $(date) : "=== Building wheel" - ${PYTHON} setup.py bdist_wheel --python-tag py3${PYTHON_MINOR_VERSION} + ${PYTHON} setup.py bdist_wheel --python-tag py3${PYTHON_MAJOR_VERSION} echo $(date) : "=== Auditing wheel" auditwheel repair --plat manylinux2014_x86_64 -w dist dist/*.whl