Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2d0482d

Browse files
deploy_checklist.txt
1 parent f2149aa commit 2d0482d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy_checklist.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pip install -r requirements.txt
2+
3+
rm -rf build dist plotly_express.egg-info
4+
python setup.py sdist bdist_wheel
5+
twine upload dist/*
6+
rm -rf build dist plotly_express.egg-info
7+
8+
conda build recipe/ -c plotly
9+
10+
./make_docs.sh deploy

0 commit comments

Comments
 (0)