Skip to content

Commit 3700773

Browse files
authored
ci: Support hatch for code-freeze workflow (#194)
Signed-off-by: oliver könig <[email protected]>
1 parent 93afc7a commit 3700773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-freeze.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ on:
2121
default: true
2222
jobs:
2323
code-freeze:
24-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
24+
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@v0.25.0
2525
with:
2626
library-name: NeMo Run
2727
python-package: nemo_run
2828
release-type: ${{ inputs.release-type }}
2929
freeze-commit: ${{ inputs.freeze-commit }}
3030
dry-run: ${{ inputs.dry-run }}
31+
packaging: hatch
3132
secrets:
3233
SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
3334
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}

0 commit comments

Comments
 (0)