Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9486e3b

Browse filesBrowse files
authored
V4 release instructions (plotly#1618)
Initial work on updating the release process for the three separate distribution packages
1 parent 4c3aae5 commit 9486e3b
Copy full SHA for 9486e3b
Expand file treeCollapse file tree

38 files changed

+286
-2629
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ plotly.egg-info/
3636
plotly/tests/test_orca/images/*/failed
3737
plotly/tests/test_orca/images/*/tmp
3838
/plotly-package/plotly/tests/test_core/test_offline/plotly.min.js
39-
/plotly-package/plotly/tests/test_core/test_offline/temp-plot.html
39+
temp-plot.html

‎contributing.md

Copy file name to clipboardExpand all lines: contributing.md
+161-110Lines changed: 161 additions & 110 deletions
Large diffs are not rendered by default.

‎makefile

Copy file name to clipboardExpand all lines: makefile
-63Lines changed: 0 additions & 63 deletions
This file was deleted.
+32Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{% set sdata = load_setup_py_data() %}
2+
3+
package:
4+
name: chart-studio
5+
version: {{ sdata['version'] }}
6+
7+
source:
8+
path: ..
9+
10+
build:
11+
noarch: python
12+
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
13+
14+
requirements:
15+
build:
16+
- python
17+
- pip
18+
run:
19+
- python
20+
{% for dep in sdata.get('install_requires',{}) %}
21+
- {{ dep }}
22+
{% endfor %}
23+
24+
test:
25+
imports:
26+
- plotly_express
27+
28+
about:
29+
home: {{ sdata['url'] }}
30+
summary: {{ sdata['description'] }}
31+
license: {{ sdata['license'] }}
32+
license_file: LICENSE.txt
+32Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{% set sdata = load_setup_py_data() %}
2+
3+
package:
4+
name: plotly-geo
5+
version: {{ sdata['version'] }}
6+
7+
source:
8+
path: ..
9+
10+
build:
11+
noarch: python
12+
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
13+
14+
requirements:
15+
build:
16+
- python
17+
- pip
18+
run:
19+
- python
20+
{% for dep in sdata.get('install_requires',{}) %}
21+
- {{ dep }}
22+
{% endfor %}
23+
24+
test:
25+
imports:
26+
- plotly_express
27+
28+
about:
29+
home: {{ sdata['url'] }}
30+
summary: {{ sdata['description'] }}
31+
license: {{ sdata['license'] }}
32+
license_file: LICENSE.txt

‎packages/python/plotly/submodules/chunked_requests/.gitignore

Copy file name to clipboardExpand all lines: packages/python/plotly/submodules/chunked_requests/.gitignore
-10Lines changed: 0 additions & 10 deletions
This file was deleted.

‎packages/python/plotly/submodules/chunked_requests/README.md

Copy file name to clipboardExpand all lines: packages/python/plotly/submodules/chunked_requests/README.md
-38Lines changed: 0 additions & 38 deletions
This file was deleted.

‎packages/python/plotly/submodules/chunked_requests/chunked_requests/__init__.py

Copy file name to clipboardExpand all lines: packages/python/plotly/submodules/chunked_requests/chunked_requests/__init__.py
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.