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 2c1ef0b commit 1d43c01Copy full SHA for 1d43c01
bridge/python/BUILD
@@ -59,7 +59,7 @@ genrule(
59
VERSION_H=$(location //:gen-config/lightstep/version.h)
60
VERSION_=`grep LIGHTSTEP_VERSION $$VERSION_H | cut -d ' ' -f3`
61
export VERSION=`eval echo $$VERSION_`
62
- WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1
+ WHEEL_NAME=lightstep_native-$$VERSION-cp32-abi3-manylinux1_x86_64
63
64
# Set up the dist-info directory
65
DISTINFO_NAME=lightstep_native-$$VERSION.dist-info
0 commit comments