From 1d43c01c385531699521b1041bfff9004d3971ff Mon Sep 17 00:00:00 2001 From: Ryan Burn Date: Fri, 21 Jun 2019 13:27:23 -0700 Subject: [PATCH] Fix wheel name. --- bridge/python/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/python/BUILD b/bridge/python/BUILD index 09dcb9d0..081f0563 100644 --- a/bridge/python/BUILD +++ b/bridge/python/BUILD @@ -59,7 +59,7 @@ genrule( VERSION_H=$(location //:gen-config/lightstep/version.h) VERSION_=`grep LIGHTSTEP_VERSION $$VERSION_H | cut -d ' ' -f3` export VERSION=`eval echo $$VERSION_` - WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1 + WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1_x86_64 # Set up the dist-info directory DISTINFO_NAME=lightstep_native-$$VERSION.dist-info