We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8052 commit 28b27afCopy full SHA for 28b27af
.circleci/config.yml
@@ -415,10 +415,7 @@ jobs:
415
command: |
416
eval "$(conda shell.bash hook)"
417
conda activate env
418
- cd packages/javascript/jupyterlab-plotly
419
- npm pack
420
- mv jupyterlab-plotly*.tgz ../../../output
421
- cd ../../python/plotly
+ cd packages/python/plotly
422
python setup.py sdist bdist_wheel
423
cp -R dist ../../../output/dist
424
git status
0 commit comments