Skip to content

Commit 28b27af

Browse files
committed
revert changes to pypi build
1 parent 08d8052 commit 28b27af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,7 @@ jobs:
415415
command: |
416416
eval "$(conda shell.bash hook)"
417417
conda activate env
418-
cd packages/javascript/jupyterlab-plotly
419-
npm pack
420-
mv jupyterlab-plotly*.tgz ../../../output
421-
cd ../../python/plotly
418+
cd packages/python/plotly
422419
python setup.py sdist bdist_wheel
423420
cp -R dist ../../../output/dist
424421
git status

0 commit comments

Comments
 (0)