Skip to content

Commit

Permalink
Fix wheel name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Jun 21, 2019
1 parent 2c1ef0b commit 1d43c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d43c01

Please sign in to comment.