We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c932 commit 51cbd3bCopy full SHA for 51cbd3b
.github/workflows/build-test-publish-wheel.yml
@@ -30,7 +30,8 @@ jobs:
30
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/ci/build-wheel-public-infra
31
with:
32
dry-run: true
33
- python-package: src/nemo_run
+ python-package-path: src/nemo_run
34
+ python-package-import: src.nemo_run
35
environment: public
36
secrets:
37
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
0 commit comments