Skip to content

Commit 707f5d0

Browse files
more logging to find source of dirty tree in release build
1 parent d167f53 commit 707f5d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
cd packages/python/plotly
287287
python setup.py sdist bdist_wheel
288288
cp -R dist ../../../output/dist
289+
git status
289290
290291
- run:
291292
name: Conda Build
@@ -295,6 +296,7 @@ jobs:
295296
cd packages/python/plotly
296297
conda build recipe/
297298
mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
299+
git status
298300
299301
- run:
300302
name: NPM Pack

0 commit comments

Comments
 (0)