forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge JS package and create federated extension
- Loading branch information
1 parent
3fc9c82
commit 593672d
Showing
37 changed files
with
4,165 additions
and
240,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,12 +212,13 @@ jobs: | |
- image: circleci/python:3.7-stretch-node-browsers | ||
environment: | ||
LANG: en_US.UTF-8 | ||
resource_class: large | ||
|
||
steps: | ||
- checkout | ||
- run: | ||
name: Install dependencies | ||
command: "cd packages/python; sudo pip install -r ./plotly/test_requirements/requirements_37_core.txt black inflect" | ||
command: "cd packages/python; sudo pip install -r ./plotly/test_requirements/requirements_37_core.txt black inflect jupyterlab~=3.0" | ||
- run: | ||
name: Update jupyterlab-plotly version | ||
command: "cd packages/python/plotly; python setup.py updateplotlywidgetversion" | ||
|
@@ -232,7 +233,6 @@ jobs: | |
name: Commit | ||
command: | | ||
cd packages/python/plotly | ||
sudo mkdir /dist | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
git add -A | ||
|
@@ -243,15 +243,6 @@ jobs: | |
command: | | ||
cd packages/python/plotly | ||
python setup.py sdist | ||
sudo cp dist/* /dist | ||
when: always | ||
- run: | ||
name: npm-pack widget | ||
command: | | ||
cd packages/javascript/jupyterlab-plotly/ | ||
npm install webpack | ||
npm pack | ||
sudo cp ./jupyterlab-plotly* /dist | ||
when: always | ||
- store_artifacts: | ||
path: packages/python/plotly/dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.