Skip to content

Commit 51cbd3b

Browse files
committed
f
Signed-off-by: oliver könig <[email protected]>
1 parent 789c932 commit 51cbd3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-publish-wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/ci/build-wheel-public-infra
3131
with:
3232
dry-run: true
33-
python-package: src/nemo_run
33+
python-package-path: src/nemo_run
34+
python-package-import: src.nemo_run
3435
environment: public
3536
secrets:
3637
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)