Skip to content

ci: Build, test, publish a wheel #15

ci: Build, test, publish a wheel

ci: Build, test, publish a wheel #15

# Copyright (c) 2020-2021, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Build, test, and publish a PyPi wheel (to testpypi)
on:
pull_request:
jobs:
build-test-publish-wheel:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/feat/add-build-test-push-wheel

Check failure on line 22 in .github/workflows/build-test-publish-wheel.yml

View workflow run for this annotation

GitHub Actions / Build, test, and publish a PyPi wheel (to testpypi)

Invalid workflow file

The workflow is not valid. In .github/workflows/build-test-publish-wheel.yml (Line: 22, Col: 11): Error from called workflow NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/feat/add-build-test-push-wheel (Line: 130, Col: 12): Job 'publish-wheel' depends on unknown job 'build-and-test-wheel'.
with:
image-name: nemo_container
dockerfile: Dockerfile.ci
image-label: nemo-core
build-args: |
IMAGE_LABEL=nemo-core
prune-filter-timerange: 24h
dry-run: true
python-package: nemo
container-workdir: /workspace
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}