Skip to content

Commit ebcb43e

Browse files
authored
Enable publishes to nightly anaconda on pushes to main (#55)
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.
1 parent 03e76fb commit ebcb43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: ./.github/workflows/checks-and-builds.yaml
1515
with:
1616
build_type: branch
17-
publish: false
17+
publish: true
1818
secrets: inherit

0 commit comments

Comments
 (0)