Skip to content

Commit

Permalink
Add publish.yaml from numbast
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 29, 2024
1 parent f34b98f commit 54ad37f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: Publish CONDA PKG

on:
workflow_dispatch:

jobs:
build-conda-x86_64:
uses: ./.github/workflows/conda-python-build.yaml
secrets: inherit
with:
build_type: branch
script: "ci/build_conda.sh"
CPU: "amd64"
GPU: "v100"
upload_to_conda: true
build-conda-aarch64:
uses: ./.github/workflows/conda-python-build.yaml
secrets: inherit
with:
build_type: branch
script: "ci/build_conda.sh"
CPU: "arm64"
GPU: "a100"
upload_to_conda: true

0 comments on commit 54ad37f

Please sign in to comment.