Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
upload to bundle_tools_2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 3, 2022
1 parent 523060c commit de08edd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cdt_name:
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools
- napari bundle_tools_2
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_os:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools
- napari bundle_tools_2
macos_machine:
- x86_64-apple-darwin13.4.0
target_os:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools
- napari bundle_tools_2
target_os:
- win
7 changes: 6 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# -*- mode: yaml -*-

name: Build conda package
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:


jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channel_targets:
- napari bundle_tools
- napari bundle_tools_2
channel_sources:
- napari/label/bundle_tools_2,conda-forge
target_os:
Expand Down

0 comments on commit de08edd

Please sign in to comment.