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 97ca767 commit 6ae2a49Copy full SHA for 6ae2a49
README.md
@@ -25,6 +25,12 @@ Pull requests are welcome.
25
Please see https://github.com/plotly/dash-component-boilerplate for information on the architecture of Dash components.
26
27
28
+## Creating and Publishing Production Builds
29
+
30
+Run `make_python_dist.sh` to create a Python package tarball.
31
+This distribution tarball will get generated in the `dist/` folder.
32
33
34
# Acknowledgements
35
36
* [Plotly Dash](https://plot.ly/products/dash/)
make_python_dist.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
3
+clear
4
+npm run build:all
5
+python setup.py sdist
0 commit comments