Skip to content

Commit 88714c9

Browse files
authored
Update release workflow to use v0.92.0
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent e1c80ae commit 88714c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
NVIDIA_MANAGEMENT_ORG_PAT: ${{ secrets.NVIDIA_MANAGEMENT_ORG_PAT }}
6868

6969
release:
70-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.77.0
70+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.92.0
7171
needs: [pre-flight]
7272
with:
7373
release-ref: ${{ inputs.release-ref || github.sha }}
@@ -89,6 +89,7 @@ jobs:
8989
submodules: recursive
9090
container-options: "--gpus all --runtime=nvidia"
9191
gh-release-from-tag: ${{ inputs.gh-release-from-tag }}
92+
extra-no-build-isolation-packages: "grpcio-tools"
9293
secrets:
9394
TWINE_USERNAME: __token__
9495
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)