Skip to content

Commit

Permalink
Publish nbsite to two new channels: tooling_dev and tooling (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
  • Loading branch information
maximlt and hoxbro authored Oct 1, 2024
1 parent 92630aa commit 2458a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- name: conda dev upload
if: (github.event_name == 'push' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: |
doit ecosystem=conda package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev
doit ecosystem=conda package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label tooling_dev
- name: conda main upload
if: (github.event_name == 'push' && !(contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: |
doit ecosystem=conda package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main
doit ecosystem=conda package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --label tooling_dev
pip_build:
name: Build PyPI Packages
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 2458a4e

Please sign in to comment.