Skip to content

Commit 0b5a3e0

Browse files
committed
publish
Signed-off-by: oliver könig <[email protected]>
1 parent 7276c18 commit 0b5a3e0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,24 @@ jobs:
7676
release-version: ${{ needs.setup_release.outputs.release-version }}
7777
upload-to-release: true
7878

79+
build_ngc_wheels:
80+
name: Build Wheel for NGC PyTorch
81+
needs: setup_release
82+
strategy:
83+
fail-fast: false
84+
matrix:
85+
os: [ubuntu-20.04]
86+
container-image:
87+
- nvcr.io/nvidia/pytorch:25.05-py3
88+
- nvcr.io/nvidia/pytorch:25.06-py3
89+
- nvcr.io/nvidia/pytorch:25.08-py3
90+
uses: ./.github/workflows/_build.yml
91+
with:
92+
runs-on: ${{ matrix.runs-on }}
93+
container-image: ${{ matrix.container-image }}
94+
release-version: ${{ needs.setup_release.outputs.release-version }}
95+
upload-to-release: true
96+
7997
publish_package:
8098
name: Publish package
8199
needs: [build_wheels]

0 commit comments

Comments
 (0)