We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987d2fd commit a1b1afaCopy full SHA for a1b1afa
qa/L0_sdk/test.sh
@@ -155,7 +155,7 @@ fi
155
# Check wheels, note that even TRITON_VERSION is passed as version field for
156
# wheel generation. The version number will be normalized by setuptools, so
157
# we need to replace the text here as well to match the normalized version.
158
-WHLVERSION=`cat /workspace/TRITON_VERSION | sed 's/dev\./\.dev/'`
+WHLVERSION=`cat /workspace/TRITON_VERSION | sed 's/dev/\.dev0/'`
159
if [[ "aarch64" != $(uname -m) ]] ; then
160
WHLS="tritonclient-${WHLVERSION}-py3-none-any.whl \
161
tritonclient-${WHLVERSION}-py3-none-manylinux1_x86_64.whl"
0 commit comments