Skip to content

Commit

Permalink
enable publishes to nightly anaconda on pushes to main (#118)
Browse files Browse the repository at this point in the history
The workflow setup currently does not publish to
https://anaconda.org/rapidsai-nightly and only publishes to
https://anaconda.org/rapidsai (via tags); this introduces an issue where
conda solves which use the `rapisai-nightly` channel fails.

So this PR updates the setup to publish to `rapidsai-nightly` on pushes
to main.
  • Loading branch information
AyodeAwe authored Nov 19, 2024
1 parent d4c38ba commit 65b8e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build

on:
push:
branches:
- main
tags:
- 'v*'

Expand Down

0 comments on commit 65b8e33

Please sign in to comment.