File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
packages/python/plotly/recipe Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -406,15 +406,15 @@ jobs:
406
406
cp -R dist ../../../output
407
407
git status
408
408
409
- # - run:
410
- # name: Conda Build
411
- # command: |
412
- # eval "$(conda shell.bash hook)"
413
- # conda activate env
414
- # cd packages/python/plotly
415
- # conda build recipe/
416
- # mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
417
- # git status
409
+ - run :
410
+ name : Conda Build
411
+ command : |
412
+ eval "$(conda shell.bash hook)"
413
+ conda activate env
414
+ cd packages/python/plotly
415
+ conda build recipe/
416
+ mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
417
+ git status
418
418
419
419
- run :
420
420
name : Build Widget javascript bundle
Original file line number Diff line number Diff line change 1
1
python :
2
- - 3.8
2
+ - 3.10
Original file line number Diff line number Diff line change 1
- {% set data = load_setup_py_data(setup_file= '../setup.py', from_recipe_dir=True ) %}
1
+ {% set data = load_file_data( '../pyproject.toml' ) %}
2
2
{% set version = data.get('version') %}
3
3
4
4
package :
You can’t perform that action at this time.
0 commit comments