We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d167f53 commit 707f5d0Copy full SHA for 707f5d0
.circleci/config.yml
@@ -286,6 +286,7 @@ jobs:
286
cd packages/python/plotly
287
python setup.py sdist bdist_wheel
288
cp -R dist ../../../output/dist
289
+ git status
290
291
- run:
292
name: Conda Build
@@ -295,6 +296,7 @@ jobs:
295
296
297
conda build recipe/
298
mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
299
300
301
302
name: NPM Pack
0 commit comments