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 e83725e commit c281cf5Copy full SHA for c281cf5
packaging/pre_build_script_windows.sh
@@ -6,3 +6,5 @@ python -m pip install tensorrt==10.0.1 --extra-index-url https://pypi.nvidia.com
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