Skip to content

Commit

Permalink
more logging to find source of dirty tree in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Jan 12, 2023
1 parent d167f53 commit 707f5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ jobs:
cd packages/python/plotly
python setup.py sdist bdist_wheel
cp -R dist ../../../output/dist
git status
- run:
name: Conda Build
Expand All @@ -295,6 +296,7 @@ jobs:
cd packages/python/plotly
conda build recipe/
mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
git status
- run:
name: NPM Pack
Expand Down

0 comments on commit 707f5d0

Please sign in to comment.