Skip to content

Commit 04a1777

Browse files
authored
ci: Wire new release workflow (#472)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 5be497b commit 04a1777

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
description: Branch to target for version bump
4242
jobs:
4343
release:
44-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.76.1
44+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.81.0
4545
with:
4646
release-ref: ${{ inputs.release-ref }}
4747
python-package: nemo_run
@@ -53,6 +53,7 @@ jobs:
5353
gh-release-use-changelog-builder: ${{ inputs.generate-changelog }}
5454
publish-docs: ${{ inputs.publish-docs }}
5555
docs-target-path: nemo/run
56+
packaging: hatch
5657
secrets:
5758
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
5859
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)