Skip to content

Commit 1d43c01

Browse files
committed
Fix wheel name.
1 parent 2c1ef0b commit 1d43c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ genrule(
5959
VERSION_H=$(location //:gen-config/lightstep/version.h)
6060
VERSION_=`grep LIGHTSTEP_VERSION $$VERSION_H | cut -d ' ' -f3`
6161
export VERSION=`eval echo $$VERSION_`
62-
WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1
62+
WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1_x86_64
6363
6464
# Set up the dist-info directory
6565
DISTINFO_NAME=lightstep_native-$$VERSION.dist-info

0 commit comments

Comments
 (0)