Skip to content

Remove un-needed / unsuitable build.yaml #7

Remove un-needed / unsuitable build.yaml

Remove un-needed / unsuitable build.yaml #7

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Publish packages
on:
push:
tags:
- 'v*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-release
cancel-in-progress: true
jobs:
build-conda:
uses: ./.github/workflows/conda-python-build.yaml
secrets: inherit
with:
build_type: release
script: "ci/build_conda.sh"
upload_to_conda: true

Check failure on line 22 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish packages

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 22, Col: 24): Invalid input, upload_to_conda is not defined in the referenced workflow.