We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c80ae commit 88714c9Copy full SHA for 88714c9
1 file changed
.github/workflows/release.yaml
@@ -67,7 +67,7 @@ jobs:
67
NVIDIA_MANAGEMENT_ORG_PAT: ${{ secrets.NVIDIA_MANAGEMENT_ORG_PAT }}
68
69
release:
70
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.77.0
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.92.0
71
needs: [pre-flight]
72
with:
73
release-ref: ${{ inputs.release-ref || github.sha }}
@@ -89,6 +89,7 @@ jobs:
89
submodules: recursive
90
container-options: "--gpus all --runtime=nvidia"
91
gh-release-from-tag: ${{ inputs.gh-release-from-tag }}
92
+ extra-no-build-isolation-packages: "grpcio-tools"
93
secrets:
94
TWINE_USERNAME: __token__
95
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments