We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be497b commit 04a1777Copy full SHA for 04a1777
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ on:
41
description: Branch to target for version bump
42
jobs:
43
release:
44
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.76.1
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.81.0
45
with:
46
release-ref: ${{ inputs.release-ref }}
47
python-package: nemo_run
@@ -53,6 +53,7 @@ jobs:
53
gh-release-use-changelog-builder: ${{ inputs.generate-changelog }}
54
publish-docs: ${{ inputs.publish-docs }}
55
docs-target-path: nemo/run
56
+ packaging: hatch
57
secrets:
58
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
59
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments