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 8b9836f commit 481d419Copy full SHA for 481d419
packaging/pre_build_script_windows.sh
@@ -6,3 +6,5 @@ python -m pip install tensorrt==10.0.0b6 tensorrt-${CU_VERSION::4}-bindings==10.
6
choco install bazelisk -y
7
8
cat toolchains/ci_workspaces/WORKSPACE.win.release.tmpl | envsubst > WORKSPACE
9
+
10
+echo "RELEASE=1" >> ${GITHUB_ENV}
0 commit comments