File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ jobs:
384
384
eval "$(conda shell.bash hook)"
385
385
conda activate env
386
386
python setup.py sdist bdist_wheel
387
- cp -R dist ../../../ output/dist
387
+ cp -R dist output/dist
388
388
git status
389
389
390
390
- run :
@@ -393,7 +393,7 @@ jobs:
393
393
eval "$(conda shell.bash hook)"
394
394
conda activate env
395
395
conda build recipe/
396
- mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../ output
396
+ mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 output/
397
397
git status
398
398
399
399
- run :
@@ -455,7 +455,7 @@ jobs:
455
455
cd js
456
456
npm ci
457
457
npm run build
458
- cd ../../../../ doc
458
+ cd ../doc
459
459
fi
460
460
cd ..
461
461
- run :
@@ -534,7 +534,7 @@ jobs:
534
534
pip uninstall -y plotly
535
535
cd ..
536
536
pip install -e .
537
- cd ../../../ doc
537
+ cd doc
538
538
cd apidoc
539
539
make html
540
540
cd _build/html
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ package:
6
6
version : {{ version }}
7
7
8
8
source :
9
- path : ../../../../
9
+ path : ../
10
10
11
11
build :
12
12
number : 0
13
13
script : |
14
- cd packages/python/plotly
15
14
{{ PYTHON }} setup.py sdist
16
15
{{ PYTHON }} -m pip install dist/plotly-{{ version }}.tar.gz --no-deps --ignore-installed --no-cache-dir -q
17
16
noarch : python
You can’t perform that action at this time.
0 commit comments